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

12

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8DataViewCustom.h83 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, DataView* impl) function in namespace:WebCore
85 V8TypedArray<DataView>::v8SetReturnValueForMainWorld(info, impl);
106 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<DataView> impl) function in namespace:WebCore
108 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Float32ArrayCustom.h83 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Float32Array* impl) function in namespace:WebCore
85 V8TypedArray<Float32Array>::v8SetReturnValueForMainWorld(info, impl);
106 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr< Float32Array > impl) function in namespace:WebCore
108 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Float64ArrayCustom.h83 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Float64Array* impl) function in namespace:WebCore
85 V8TypedArray<Float64Array>::v8SetReturnValueForMainWorld(info, impl);
106 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Float64Array> impl) function in namespace:WebCore
108 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Int16ArrayCustom.h83 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int16Array* impl) function in namespace:WebCore
85 V8TypedArray<Int16Array>::v8SetReturnValueForMainWorld(info, impl);
106 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int16Array> impl) function in namespace:WebCore
108 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Int32ArrayCustom.h83 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int32Array* impl) function in namespace:WebCore
85 V8TypedArray<Int32Array>::v8SetReturnValueForMainWorld(info, impl);
106 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int32Array> impl) function in namespace:WebCore
108 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Int8ArrayCustom.h83 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Int8Array* impl) function in namespace:WebCore
85 V8TypedArray<Int8Array>::v8SetReturnValueForMainWorld(info, impl);
106 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Int8Array> impl) function in namespace:WebCore
108 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Uint16ArrayCustom.h83 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint16Array* impl) function in namespace:WebCore
85 V8TypedArray<Uint16Array>::v8SetReturnValueForMainWorld(info, impl);
106 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint16Array> impl) function in namespace:WebCore
108 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Uint32ArrayCustom.h83 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint32Array* impl) function in namespace:WebCore
85 V8TypedArray<Uint32Array>::v8SetReturnValueForMainWorld(info, impl);
106 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint32Array> impl) function in namespace:WebCore
108 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Uint8ArrayCustom.h83 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint8Array* impl) function in namespace:WebCore
85 V8TypedArray<Uint8Array>::v8SetReturnValueForMainWorld(info, impl);
106 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr< Uint8Array > impl) function in namespace:WebCore
108 v8SetReturnValueForMainWorld(info, impl.get());
H A DV8Uint8ClampedArrayCustom.h83 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, Uint8ClampedArray* impl) function in namespace:WebCore
85 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueForMainWorld(info, impl);
106 inline void v8SetReturnValueForMainWorld(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl) function in namespace:WebCore
108 v8SetReturnValueForMainWorld(info, impl.get());
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestInterfacePython.h91 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfacePythonImplementation* impl) function in namespace:WebCore
114 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfacePythonImplementation > impl) function in namespace:WebCore
116 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8SupportTestInterface.h112 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, SupportTestInterface* impl) function in namespace:WebCore
150 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<SupportTestInterface > impl) function in namespace:WebCore
152 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestCustomAccessors.h117 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestCustomAccessors* impl) function in namespace:WebCore
155 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestCustomAccessors > impl) function in namespace:WebCore
157 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestEventTarget.h112 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestEventTarget* impl) function in namespace:WebCore
150 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestEventTarget > impl) function in namespace:WebCore
152 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestException.h109 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestException* impl) function in namespace:WebCore
147 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestException > impl) function in namespace:WebCore
149 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterface.h118 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterface* impl) function in namespace:WebCore
156 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface > impl) function in namespace:WebCore
158 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceCheckSecurity.h109 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl) function in namespace:WebCore
147 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity > impl) function in namespace:WebCore
149 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceConstructor.h110 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl) function in namespace:WebCore
148 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor > impl) function in namespace:WebCore
150 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceConstructor2.h110 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl) function in namespace:WebCore
148 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2 > impl) function in namespace:WebCore
150 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceConstructor3.h110 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl) function in namespace:WebCore
148 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor3 > impl) function in namespace:WebCore
150 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceCustomConstructor.h111 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceCustomConstructor* impl) function in namespace:WebCore
149 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCustomConstructor > impl) function in namespace:WebCore
151 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceDoNotCheckConstants.h109 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceDoNotCheckConstants* impl) function in namespace:WebCore
147 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceDoNotCheckConstants > impl) function in namespace:WebCore
149 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceEmpty.h109 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl) function in namespace:WebCore
147 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty > impl) function in namespace:WebCore
149 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
H A DV8TestInterfaceEventConstructor.h112 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceEventConstructor* impl) function in namespace:WebCore
150 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEventConstructor > impl) function in namespace:WebCore
152 v8SetReturnValueForMainWorld(callbackInfo, impl.get());
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h157 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, {{cpp_class}}* impl) function
203 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, {{cpp_class}}* impl) function
242 inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<{{cpp_class}} > impl) function
244 v8SetReturnValueForMainWorld(callbackInfo, impl.get());

Completed in 199 milliseconds

12