Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8TrackEventCustom.cpp54 v8SetReturnValueFast(info, toTextTrack(track), trackEvent); in trackAttributeGetterCustom()
58 v8SetReturnValueFast(info, toAudioTrack(track), trackEvent); in trackAttributeGetterCustom()
62 v8SetReturnValueFast(info, toVideoTrack(track), trackEvent); in trackAttributeGetterCustom()
DV8Float64ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
87 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable… in v8SetReturnValueFast() function
110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Float32ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
87 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappab… in v8SetReturnValueFast() function
110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Int16ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
87 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* … in v8SetReturnValueFast() function
110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Int32ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
87 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* … in v8SetReturnValueFast() function
110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Uint32ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
87 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable*… in v8SetReturnValueFast() function
110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Uint8ClampedArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrap… in v8SetReturnValueFast() function
87 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrap… in v8SetReturnValueFast() function
110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8DataViewCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
87 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wr… in v8SetReturnValueFast() function
110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Int8ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
87 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* w… in v8SetReturnValueFast() function
110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Uint8ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
87 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable… in v8SetReturnValueFast() function
110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8Uint16ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function
87 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast()
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable*… in v8SetReturnValueFast() function
110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
DV8ElementCustom.cpp90 v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect)), impl); in animate1Method()
102 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl); in animate2Method()
111v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect, duration)), impl); in animate3Method()
124v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect, timingInput)), imp… in animate4Method()
137 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl); in animate5Method()
155 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl); in animate6Method()
DV8XMLHttpRequestCustom.cpp124 v8SetReturnValueFast(info, document, xmlHttpRequest); in responseAttributeGetterCustom()
131 v8SetReturnValueFast(info, blob, xmlHttpRequest); in responseAttributeGetterCustom()
138 v8SetReturnValueFast(info, stream, xmlHttpRequest); in responseAttributeGetterCustom()
145 v8SetReturnValueFast(info, stream, xmlHttpRequest); in responseAttributeGetterCustom()
155 v8SetReturnValueFast(info, arrayBuffer, xmlHttpRequest); in responseAttributeGetterCustom()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
DV8TestInterface5.h70 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface5Implementation* im… in v8SetReturnValueFast() function
93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface5Impleme… in v8SetReturnValueFast() function
95 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestInterface.h78 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceImplementation* imp… in v8SetReturnValueFast() function
101 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplemen… in v8SetReturnValueFast() function
103 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestSpecialOperations.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestSpecialOperations* impl, Wra… in v8SetReturnValueFast() function
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations… in v8SetReturnValueFast() function
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceCustomConstructor.h95 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCustomConstructor* … in v8SetReturnValueFast() function
125 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCustomCo… in v8SetReturnValueFast() function
127 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceConstructor4.h94 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor4* impl,… in v8SetReturnValueFast() function
124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstruc… in v8SetReturnValueFast() function
126 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceDocument.h100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceDocument* impl, Wra… in v8SetReturnValueFast() function
130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInter… in v8SetReturnValueFast() function
132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceGarbageCollected.h98 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceGarbageCollected* i… in v8SetReturnValueFast() function
128 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, RawPtr<TestInterfaceGarbageColle… in v8SetReturnValueFast() function
130 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceNode.h100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceNode* impl, Wrappab… in v8SetReturnValueFast() function
130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInter… in v8SetReturnValueFast() function
132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceCheckSecurity.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl… in v8SetReturnValueFast() function
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSec… in v8SetReturnValueFast() function
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestSpecialOperationsNotEnumerable.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestSpecialOperationsNotEnumerab… in v8SetReturnValueFast() function
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations… in v8SetReturnValueFast() function
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceConstructor.h100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl, … in v8SetReturnValueFast() function
130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstruc… in v8SetReturnValueFast() function
132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
DV8TestInterfaceNamedConstructor.h100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceNamedConstructor* i… in v8SetReturnValueFast() function
130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNamedCon… in v8SetReturnValueFast() function
132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()

123