HomeSort by relevance Sort by last modified time
    Searched refs:THUNK_GENERATOR (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestMediaQueryListListener.cpp 39 #define THUNK_GENERATOR(generator) , generator
41 #define THUNK_GENERATOR(generator)
46 { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestMediaQueryListListenerConstructor), (intptr_t)0 THUNK_GENERATOR(0) },
47 { 0, 0, 0, 0 THUNK_GENERATOR(0) }
50 #undef THUNK_GENERATOR
54 #define THUNK_GENERATOR(generator) , generator
56 #define THUNK_GENERATOR(generator)
61 { 0, 0, 0, 0 THUNK_GENERATOR(0) }
64 #undef THUNK_GENERATOR
102 #define THUNK_GENERATOR(generator) , generato
    [all...]
JSTestSerializedScriptValueInterface.cpp 39 #define THUNK_GENERATOR(generator) , generator
41 #define THUNK_GENERATOR(generator)
46 { "value", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestSerializedScriptValueInterfaceValue), (intptr_t)0 THUNK_GENERATOR(0) },
47 { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestSerializedScriptValueInterfaceConstructor), (intptr_t)0 THUNK_GENERATOR(0) },
48 { 0, 0, 0, 0 THUNK_GENERATOR(0) }
51 #undef THUNK_GENERATOR
55 #define THUNK_GENERATOR(generator) , generator
57 #define THUNK_GENERATOR(generator)
62 { 0, 0, 0, 0 THUNK_GENERATOR(0) }
65 #undef THUNK_GENERATOR
    [all...]
JSTestInterface.cpp 38 #define THUNK_GENERATOR(generator) , generator
40 #define THUNK_GENERATOR(generator)
45 { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestInterfaceConstructor), (intptr_t)0 THUNK_GENERATOR(0) },
46 { 0, 0, 0, 0 THUNK_GENERATOR(0) }
49 #undef THUNK_GENERATOR
53 #define THUNK_GENERATOR(generator) , generator
55 #define THUNK_GENERATOR(generator)
60 { 0, 0, 0, 0 THUNK_GENERATOR(0) }
63 #undef THUNK_GENERATOR
117 #define THUNK_GENERATOR(generator) , generato
    [all...]
JSTestObj.cpp 53 #define THUNK_GENERATOR(generator) , generator
55 #define THUNK_GENERATOR(generator)
60 { "readOnlyIntAttr", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjReadOnlyIntAttr), (intptr_t)0 THUNK_GENERATOR(0) },
61 { "readOnlyStringAttr", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjReadOnlyStringAttr), (intptr_t)0 THUNK_GENERATOR(0) },
62 { "readOnlyTestObjAttr", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjReadOnlyTestObjAttr), (intptr_t)0 THUNK_GENERATOR(0) },
63 { "shortAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjShortAttr), (intptr_t)setJSTestObjShortAttr THUNK_GENERATOR(0) },
64 { "unsignedShortAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjUnsignedShortAttr), (intptr_t)setJSTestObjUnsignedShortAttr THUNK_GENERATOR(0) },
65 { "intAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjIntAttr), (intptr_t)setJSTestObjIntAttr THUNK_GENERATOR(0) },
66 { "longLongAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjLongLongAttr), (intptr_t)setJSTestObjLongLongAttr THUNK_GENERATOR(0) },
67 { "unsignedLongLongAttr", DontDelete, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObjUnsignedLongLongAttr), (intptr_t)setJSTestObjUnsignedLongLongAttr THUNK_GENERATOR(0) }
    [all...]

Completed in 146 milliseconds