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

123

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8TrackEventCustom.cpp54 v8SetReturnValueFast(info, toTextTrack(track), trackEvent);
58 v8SetReturnValueFast(info, toAudioTrack(track), trackEvent);
62 v8SetReturnValueFast(info, toVideoTrack(track), trackEvent);
H A DV8EventCustom.cpp47 v8SetReturnValueFast(info, static_cast<ClipboardEvent*>(event)->clipboardData(), event);
H A DV8FileReaderCustom.cpp45 v8SetReturnValueFast(info, impl->arrayBufferResult(), impl);
H A DV8DataViewCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable) function in namespace:blink
87 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wrappable) function in namespace:blink
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Float32ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable) function in namespace:blink
87 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappable* wrappable) function in namespace:blink
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Float64ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable) function in namespace:blink
87 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable* wrappable) function in namespace:blink
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int16ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable) function in namespace:blink
87 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* wrappable) function in namespace:blink
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int32ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable) function in namespace:blink
87 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* wrappable) function in namespace:blink
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int8ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable) function in namespace:blink
87 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* wrappable) function in namespace:blink
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint16ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable) function in namespace:blink
87 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable* wrappable) function in namespace:blink
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint32ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable) function in namespace:blink
87 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable* wrappable) function in namespace:blink
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint8ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable) function in namespace:blink
87 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable* wrappable) function in namespace:blink
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint8ClampedArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrappable) function in namespace:blink
87 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrappable* wrappable) function in namespace:blink
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8ElementCustom.cpp90 v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect)), impl);
102 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl);
111 v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect, duration)), impl);
124 v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect, timingInput)), impl);
137 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl);
155 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl);
H A DV8DocumentCustom.cpp83 v8SetReturnValueFast(info, result.release(), document.get());
H A DV8XMLHttpRequestCustom.cpp124 v8SetReturnValueFast(info, document, xmlHttpRequest);
131 v8SetReturnValueFast(info, blob, xmlHttpRequest);
138 v8SetReturnValueFast(info, stream, xmlHttpRequest);
145 v8SetReturnValueFast(info, stream, xmlHttpRequest);
155 v8SetReturnValueFast(info, arrayBuffer, xmlHttpRequest);
H A DV8ArrayBufferCustom.h123 inline void v8SetReturnValueFast(const CallbackInfo& info, ArrayBuffer* impl, Wrappable* wrappable) function in namespace:blink
153 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< ArrayBuffer > impl, Wrappable* wrappable) function in namespace:blink
155 v8SetReturnValueFast(info, impl.get(), wrappable);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8SVGTestInterface.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, SVGTestInterface* impl, Wrappable* wrappable) function in namespace:blink
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<SVGTestInterface> impl, Wrappable* wrappable) function in namespace:blink
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestException.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestException* impl, Wrappable* wrappable) function in namespace:blink
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestException> impl, Wrappable* wrappable) function in namespace:blink
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterface.h78 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl, Wrappable*) function in namespace:blink
101 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplementation> impl, Wrappable* wrappable) function in namespace:blink
103 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceCheckSecurity.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl, Wrappable* wrappable) function in namespace:blink
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity> impl, Wrappable* wrappable) function in namespace:blink
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceEmpty.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl, Wrappable* wrappable) function in namespace:blink
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty> impl, Wrappable* wrappable) function in namespace:blink
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestSpecialOperations.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestSpecialOperations* impl, Wrappable* wrappable) function in namespace:blink
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations> impl, Wrappable* wrappable) function in namespace:blink
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestSpecialOperationsNotEnumerable.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestSpecialOperationsNotEnumerable* impl, Wrappable* wrappable) function in namespace:blink
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperationsNotEnumerable> impl, Wrappable* wrappable) function in namespace:blink
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.h70 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface5Implementation* impl, Wrappable*) function in namespace:blink
93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface5Implementation> impl, Wrappable* wrappable) function in namespace:blink
95 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);

Completed in 2528 milliseconds

123