HomeSort by relevance Sort by last modified time
    Searched refs:v8SetReturnValueFast (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8TrackEventCustom.cpp 54 v8SetReturnValueFast(info, toTextTrack(track), trackEvent);
58 v8SetReturnValueFast(info, toAudioTrack(track), trackEvent);
62 v8SetReturnValueFast(info, toVideoTrack(track), trackEvent);
V8EventCustom.cpp 47 v8SetReturnValueFast(info, static_cast<ClipboardEvent*>(event)->clipboardData(), event);
V8FileReaderCustom.cpp 45 v8SetReturnValueFast(info, impl->arrayBufferResult(), impl);
V8DataViewCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable)
87 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Float32ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable)
87 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Float64ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable)
87 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Int16ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable)
87 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Int32ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable)
87 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Int8ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable)
87 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint16ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable)
87 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint32ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable)
87 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint8ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable)
87 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint8ClampedArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrappable)
87 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8ElementCustom.cpp 90 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);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
V8TestInterface5.h 70 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface5Implementation* impl, Wrappable*)
93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface5Implementation> impl, Wrappable* wrappable)
95 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8SVGTestInterface.h 93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, SVGTestInterface* impl, Wrappable* wrappable)
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<SVGTestInterface> impl, Wrappable* wrappable)
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestException.h 93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestException* impl, Wrappable* wrappable)
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestException> impl, Wrappable* wrappable)
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterface.h 78 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl, Wrappable*)
101 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplementation> impl, Wrappable* wrappable)
103 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterface2.h 95 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface2* impl, Wrappable* wrappable)
125 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface2> impl, Wrappable* wrappable)
127 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceCheckSecurity.h 93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl, Wrappable* wrappable)
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity> impl, Wrappable* wrappable)
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceConstructor.h 100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl, Wrappable* wrappable)
130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor> impl, Wrappable* wrappable)
132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceConstructor2.h 94 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl, Wrappable* wrappable)
124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2> impl, Wrappable* wrappable)
126 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceConstructor3.h 94 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl, Wrappable* wrappable)
124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor3> impl, Wrappable* wrappable)
126 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceConstructor4.h 94 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor4* impl, Wrappable* wrappable)
124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor4> impl, Wrappable* wrappable)
126 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceCustomConstructor.h 95 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCustomConstructor* impl, Wrappable* wrappable)
125 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCustomConstructor> impl, Wrappable* wrappable)
127 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);

Completed in 813 milliseconds

1 2 3