Searched refs:v8SetReturnValueForMainWorld (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8DataViewCustom.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, DataView* impl) function in namespace:blink
81 V8TypedArray<DataView>::v8SetReturnValueForMainWorld(info, impl);
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<DataView> impl) function in namespace:blink
104 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Float32ArrayCustom.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Float32Array* impl) function in namespace:blink
81 V8TypedArray<Float32Array>::v8SetReturnValueForMainWorld(info, impl);
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr< Float32Array > impl) function in namespace:blink
104 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Float64ArrayCustom.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Float64Array* impl) function in namespace:blink
81 V8TypedArray<Float64Array>::v8SetReturnValueForMainWorld(info, impl);
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Float64Array> impl) function in namespace:blink
104 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Int16ArrayCustom.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int16Array* impl) function in namespace:blink
81 V8TypedArray<Int16Array>::v8SetReturnValueForMainWorld(info, impl);
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int16Array> impl) function in namespace:blink
104 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Int32ArrayCustom.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int32Array* impl) function in namespace:blink
81 V8TypedArray<Int32Array>::v8SetReturnValueForMainWorld(info, impl);
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int32Array> impl) function in namespace:blink
104 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Int8ArrayCustom.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int8Array* impl) function in namespace:blink
81 V8TypedArray<Int8Array>::v8SetReturnValueForMainWorld(info, impl);
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int8Array> impl) function in namespace:blink
104 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Uint16ArrayCustom.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint16Array* impl) function in namespace:blink
81 V8TypedArray<Uint16Array>::v8SetReturnValueForMainWorld(info, impl);
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint16Array> impl) function in namespace:blink
104 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Uint32ArrayCustom.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint32Array* impl) function in namespace:blink
81 V8TypedArray<Uint32Array>::v8SetReturnValueForMainWorld(info, impl);
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint32Array> impl) function in namespace:blink
104 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Uint8ArrayCustom.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint8Array* impl) function in namespace:blink
81 V8TypedArray<Uint8Array>::v8SetReturnValueForMainWorld(info, impl);
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr< Uint8Array > impl) function in namespace:blink
104 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Uint8ClampedArrayCustom.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint8ClampedArray* impl) function in namespace:blink
81 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueForMainWorld(info, impl);
102 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl) function in namespace:blink
104 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8ArrayBufferCustom.h109 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, ArrayBuffer* impl) function in namespace:blink
147 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr< ArrayBuffer > impl) function in namespace:blink
149 v8SetReturnValueForMainWorld(info, impl.get());
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8SVGTestInterface.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, SVGTestInterface* impl) function in namespace:blink
117 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<SVGTestInterface> impl) function in namespace:blink
119 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestException.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestException* impl) function in namespace:blink
117 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestException> impl) function in namespace:blink
119 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterface.h72 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl) function in namespace:blink
95 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplementation> impl) function in namespace:blink
97 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceCheckSecurity.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl) function in namespace:blink
117 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity> impl) function in namespace:blink
119 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceEmpty.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl) function in namespace:blink
117 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty> impl) function in namespace:blink
119 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestSpecialOperations.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestSpecialOperations* impl) function in namespace:blink
117 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations> impl) function in namespace:blink
119 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestSpecialOperationsNotEnumerable.h79 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestSpecialOperationsNotEnumerable* impl) function in namespace:blink
117 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperationsNotEnumerable> impl) function in namespace:blink
119 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterface2.h81 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterface2* impl) function in namespace:blink
119 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface2> impl) function in namespace:blink
121 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterface3.h88 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterface3* impl) function in namespace:blink
126 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface3> impl) function in namespace:blink
128 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceConstructor.h86 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl) function in namespace:blink
124 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor> impl) function in namespace:blink
126 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceConstructor2.h80 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl) function in namespace:blink
118 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2> impl) function in namespace:blink
120 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceConstructor3.h80 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl) function in namespace:blink
118 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor3> impl) function in namespace:blink
120 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceConstructor4.h80 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor4* impl) function in namespace:blink
118 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor4> impl) function in namespace:blink
120 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.h64 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterface5Implementation* impl) function in namespace:blink
87 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface5Implementation> impl) function in namespace:blink
89 v8SetReturnValueForMainWorld(callbackInfo, impl.get());

Completed in 192 milliseconds

12