webengine/osswebengine/DerivedSources/WebCore/kjs_events.lut.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 09:20:16 +0200
changeset 36 0ed94ceaa377
parent 0 dd21522fd290
permissions -rw-r--r--
Revision: 200948 Kit: 200951

/* Automatically generated from /cygdrive/x/tot/WebCore/bindings/js/kjs_events.cpp using /cygdrive/x/tot/WebCore/../JavaScriptCore/kjs/create_hash_table. DO NOT EDIT ! */

namespace KJS {

static const struct HashEntry JSClipboardTableEntries[] = {
   { 0, 0, 0, 0, 0 },
   { "effectAllowed", WebCore::JSClipboard::EffectAllowed, DontDelete, 0, &JSClipboardTableEntries[3] }/* 4031100625 */ ,
   { "dropEffect", WebCore::JSClipboard::DropEffect, DontDelete, 0, 0 }/* 2804509154 */ ,
   { "types", WebCore::JSClipboard::Types, DontDelete|ReadOnly, 0, 0 }/* 3287788138 */ 
};

const struct HashTable JSClipboardTable = { 2, 4, JSClipboardTableEntries, 3 };

} // namespace

namespace KJS {

static const struct HashEntry JSClipboardPrototypeTableEntries[] = {
   { "clearData", WebCore::JSClipboard::ClearData, DontDelete|Function, 0, 0 }/* 2521984052 */ ,
   { "getData", WebCore::JSClipboard::GetData, DontDelete|Function, 1, &JSClipboardPrototypeTableEntries[4] }/* 2662472317 */ ,
   { 0, 0, 0, 0, 0 },
   { "setDragImage", WebCore::JSClipboard::SetDragImage, DontDelete|Function, 3, 0 }/* 3024539715 */ ,
   { "setData", WebCore::JSClipboard::SetData, DontDelete|Function, 2, 0 }/* 3811369929 */ 
};

const struct HashTable JSClipboardPrototypeTable = { 2, 5, JSClipboardPrototypeTableEntries, 4 };

} // namespace