Home
last modified time | relevance | path

Searched defs:wrappable (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8Int8ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable) in v8SetReturnValueFast()
112 …id v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8Float64ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable) in v8SetReturnValueFast()
112 …v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8DataViewCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable) in v8SetReturnValueFast()
112 …oid v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8Uint16ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable) in v8SetReturnValueFast()
112 … v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8Int16ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable) in v8SetReturnValueFast()
112 …d v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8Uint8ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable) in v8SetReturnValueFast()
112 …v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8Uint32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast()
112 … v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8Int32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast()
112 …d v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8Uint8ClampedArrayCustom.h89 … void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrappable) in v8SetReturnValueFast()
112 …ReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8Float32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast()
112 …SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappable* wrappable) in v8SetReturnValueFast()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestObject.h132 …ne void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestObj* impl, Wrappable* wrappable) in v8SetReturnValueFast()
162 …tReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestObj > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestObjectPython.h142 …8SetReturnValueFast(const CallbackInfo& callbackInfo, TestObjectPython* impl, Wrappable* wrappable) in v8SetReturnValueFast()
172 …lueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestObjectPython > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestInterface.h132 …d v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface* impl, Wrappable* wrappable) in v8SetReturnValueFast()
162 …nValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestInterfacePython2.h119 …ReturnValueFast(const CallbackInfo& callbackInfo, TestInterfacePython2* impl, Wrappable* wrappable) in v8SetReturnValueFast()
149 …ast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfacePython2 > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8SupportTestInterface.h126 …ReturnValueFast(const CallbackInfo& callbackInfo, SupportTestInterface* impl, Wrappable* wrappable) in v8SetReturnValueFast()
156 …ast(const CallbackInfo& callbackInfo, PassRefPtr<SupportTestInterface > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestNode.h126 …e void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestNode* impl, Wrappable* wrappable) in v8SetReturnValueFast()
156 …ReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestNode > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestCustomAccessors.h131 …tReturnValueFast(const CallbackInfo& callbackInfo, TestCustomAccessors* impl, Wrappable* wrappable) in v8SetReturnValueFast()
161 …Fast(const CallbackInfo& callbackInfo, PassRefPtr<TestCustomAccessors > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestInterfaceDoNotCheckConstants.h123 …ast(const CallbackInfo& callbackInfo, TestInterfaceDoNotCheckConstants* impl, Wrappable* wrappable) in v8SetReturnValueFast()
153 …llbackInfo& callbackInfo, PassRefPtr<TestInterfaceDoNotCheckConstants > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestOverloadedConstructors.h124 …ValueFast(const CallbackInfo& callbackInfo, TestOverloadedConstructors* impl, Wrappable* wrappable) in v8SetReturnValueFast()
154 …nst CallbackInfo& callbackInfo, PassRefPtr<TestOverloadedConstructors > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestInterfaceImplementedAs.h123 … void v8SetReturnValueFast(const CallbackInfo& callbackInfo, RealClass* impl, Wrappable* wrappable) in v8SetReturnValueFast()
153 …eturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<RealClass > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestInterfaceConstructor3.h124 …nValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl, Wrappable* wrappable) in v8SetReturnValueFast()
154 …onst CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor3 > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestInterfaceCheckSecurity.h123 …ValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl, Wrappable* wrappable) in v8SetReturnValueFast()
153 …nst CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestInterfaceConstructor2.h124 …nValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl, Wrappable* wrappable) in v8SetReturnValueFast()
154 …onst CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2 > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestInterfaceEmpty.h123 …etReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl, Wrappable* wrappable) in v8SetReturnValueFast()
153 …eFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty > impl, Wrappable* wrappable) in v8SetReturnValueFast()
DV8TestTypedefs.h124 …id v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestTypedefs* impl, Wrappable* wrappable) in v8SetReturnValueFast()
154 …rnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestTypedefs > impl, Wrappable* wrappable) in v8SetReturnValueFast()

12