Home
last modified time | relevance | path

Searched refs:v8SetReturnValueFast (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8Int8ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
91 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* w… in v8SetReturnValueFast() function
114 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Float64ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
91 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable… in v8SetReturnValueFast() function
114 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8DataViewCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
91 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wr… in v8SetReturnValueFast() function
114 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Uint16ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
91 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable*… in v8SetReturnValueFast() function
114 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Int16ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
91 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* … in v8SetReturnValueFast() function
114 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Uint8ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
91 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable… in v8SetReturnValueFast() function
114 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Uint32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
91 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable*… in v8SetReturnValueFast() function
114 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Int32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
91 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* … in v8SetReturnValueFast() function
114 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Uint8ClampedArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrap… in v8SetReturnValueFast() function
91 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrap… in v8SetReturnValueFast() function
114 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Float32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
91 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappab… in v8SetReturnValueFast() function
114 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8XMLHttpRequestCustom.cpp125 v8SetReturnValueFast(info, document, xmlHttpRequest); in responseAttributeGetterCustom()
132 v8SetReturnValueFast(info, blob, xmlHttpRequest); in responseAttributeGetterCustom()
139 v8SetReturnValueFast(info, stream, xmlHttpRequest); in responseAttributeGetterCustom()
149 v8SetReturnValueFast(info, arrayBuffer, xmlHttpRequest); in responseAttributeGetterCustom()
DV8ArrayBufferCustom.h130 inline void v8SetReturnValueFast(const CallbackInfo& info, ArrayBuffer* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
160 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< ArrayBuffer > impl, Wrappabl… in v8SetReturnValueFast() function
162 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfacePython.h97 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfacePythonImplementatio… in v8SetReturnValueFast() function
120 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfacePythonIm… in v8SetReturnValueFast() function
122 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfacePython2.h119 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfacePython2* impl, Wrap… in v8SetReturnValueFast() function
149 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfacePython2 … in v8SetReturnValueFast() function
151 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestNode.h126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestNode* impl, Wrappable* wrapp… in v8SetReturnValueFast() function
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestNode > impl, Wrap… in v8SetReturnValueFast() function
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceEventConstructor.h126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEventConstructor* i… in v8SetReturnValueFast() function
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEventCon… in v8SetReturnValueFast() function
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestEventTarget.h126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestEventTarget* impl, Wrappable… in v8SetReturnValueFast() function
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestEventTarget > imp… in v8SetReturnValueFast() function
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceDoNotCheckConstants.h123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceDoNotCheckConstants… in v8SetReturnValueFast() function
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceDoNotChe… in v8SetReturnValueFast() function
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestOverloadedConstructors.h124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestOverloadedConstructors* impl… in v8SetReturnValueFast() function
154 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestOverloadedConstru… in v8SetReturnValueFast() function
156 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceEventTarget.h126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEventTarget* impl, … in v8SetReturnValueFast() function
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEventTar… in v8SetReturnValueFast() function
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceImplementedAs.h123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, RealClass* impl, Wrappable* wrap… in v8SetReturnValueFast() function
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<RealClass > impl, Wra… in v8SetReturnValueFast() function
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8SupportTestInterface.h126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, SupportTestInterface* impl, Wrap… in v8SetReturnValueFast() function
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<SupportTestInterface … in v8SetReturnValueFast() function
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceConstructor3.h124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl,… in v8SetReturnValueFast() function
154 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstruc… in v8SetReturnValueFast() function
156 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceCheckSecurity.h123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl… in v8SetReturnValueFast() function
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSec… in v8SetReturnValueFast() function
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceConstructor2.h124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl,… in v8SetReturnValueFast() function
154 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstruc… in v8SetReturnValueFast() function
156 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()

123