Searched defs:v8SetReturnValue (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Ddictionary_v8.h26 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, {{cpp_class}}* impl) function in namespace:blink
28 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
H A Dinterface.h183 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, {{cpp_class}}* impl) function
185 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
191 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
197 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
225 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, {{cpp_class}}* impl) function
234 v8SetReturnValue(callbackInfo, wrapper);
248 v8SetReturnValue(callbackInfo, wrapper);
261 v8SetReturnValue(callbackInfo, wrapper);
271 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, {{pass_cpp_type}} impl) function
273 v8SetReturnValue(callbackInf
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestDictionary.h26 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestDictionary* impl) function in namespace:blink
28 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
H A DV8TestInterface.h66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl) function in namespace:blink
68 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
74 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
80 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
89 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplementation> impl) function in namespace:blink
91 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestInterfaceNotScriptWrappable.h65 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceNotScriptWrappable* impl) function in namespace:blink
74 v8SetReturnValue(callbackInfo, wrapper);
88 v8SetReturnValue(callbackInfo, wrapper);
101 v8SetReturnValue(callbackInfo, wrapper);
110 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNotScriptWrappable> impl) function in namespace:blink
112 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestObject.h107 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestObject* impl) function in namespace:blink
116 v8SetReturnValue(callbackInfo, wrapper);
130 v8SetReturnValue(callbackInfo, wrapper);
143 v8SetReturnValue(callbackInfo, wrapper);
152 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestObject> impl) function in namespace:blink
154 v8SetReturnValue(callbackInfo, impl.get());
H A DV8SVGTestInterface.h66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, SVGTestInterface* impl) function in namespace:blink
75 v8SetReturnValue(callbackInfo, wrapper);
89 v8SetReturnValue(callbackInfo, wrapper);
102 v8SetReturnValue(callbackInfo, wrapper);
111 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<SVGTestInterface> impl) function in namespace:blink
113 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestException.h66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestException* impl) function in namespace:blink
75 v8SetReturnValue(callbackInfo, wrapper);
89 v8SetReturnValue(callbackInfo, wrapper);
102 v8SetReturnValue(callbackInfo, wrapper);
111 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestException> impl) function in namespace:blink
113 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestInterface2.h68 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterface2* impl) function in namespace:blink
77 v8SetReturnValue(callbackInfo, wrapper);
91 v8SetReturnValue(callbackInfo, wrapper);
104 v8SetReturnValue(callbackInfo, wrapper);
113 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface2> impl) function in namespace:blink
115 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestInterface3.h75 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterface3* impl) function in namespace:blink
84 v8SetReturnValue(callbackInfo, wrapper);
98 v8SetReturnValue(callbackInfo, wrapper);
111 v8SetReturnValue(callbackInfo, wrapper);
120 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface3> impl) function in namespace:blink
122 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestInterfaceCheckSecurity.h66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl) function in namespace:blink
75 v8SetReturnValue(callbackInfo, wrapper);
89 v8SetReturnValue(callbackInfo, wrapper);
102 v8SetReturnValue(callbackInfo, wrapper);
111 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity> impl) function in namespace:blink
113 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestInterfaceConstructor.h73 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl) function in namespace:blink
82 v8SetReturnValue(callbackInfo, wrapper);
96 v8SetReturnValue(callbackInfo, wrapper);
109 v8SetReturnValue(callbackInfo, wrapper);
118 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor> impl) function in namespace:blink
120 v8SetReturnValue(callbackInfo, impl.get());
H A DV8TestInterfaceConstructor2.h67 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl) function in namespace:blink
76 v8SetReturnValue(callbackInfo, wrapper);
90 v8SetReturnValue(callbackInfo, wrapper);
103 v8SetReturnValue(callbackInfo, wrapper);
112 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2> impl) function in namespace:blink
114 v8SetReturnValue(callbackInfo, impl.get());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ArrayBufferCustom.h96 inline void v8SetReturnValue(const CallbackInfo& info, ArrayBuffer* impl) function in namespace:blink
105 v8SetReturnValue(info, wrapper);
119 v8SetReturnValue(info, wrapper);
132 v8SetReturnValue(info, wrapper);
141 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr< ArrayBuffer > impl) function in namespace:blink
143 v8SetReturnValue(info, impl.get());
H A DV8DataViewCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, DataView* impl) function in namespace:blink
75 V8TypedArray<DataView>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<DataView> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Float32ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Float32Array* impl) function in namespace:blink
75 V8TypedArray<Float32Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Float32Array > impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Float64ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Float64Array* impl) function in namespace:blink
75 V8TypedArray<Float64Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Float64Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Int16ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Int16Array* impl) function in namespace:blink
75 V8TypedArray<Int16Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int16Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Int32ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Int32Array* impl) function in namespace:blink
75 V8TypedArray<Int32Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int32Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Int8ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Int8Array* impl) function in namespace:blink
75 V8TypedArray<Int8Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Int8Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Uint16ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Uint16Array* impl) function in namespace:blink
75 V8TypedArray<Uint16Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint16Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Uint32ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Uint32Array* impl) function in namespace:blink
75 V8TypedArray<Uint32Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint32Array> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Uint8ArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Uint8Array* impl) function in namespace:blink
75 V8TypedArray<Uint8Array>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr< Uint8Array > impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
H A DV8Uint8ClampedArrayCustom.h73 inline void v8SetReturnValue(const CallbackInfo& info, Uint8ClampedArray* impl) function in namespace:blink
75 V8TypedArray<Uint8ClampedArray>::v8SetReturnValue(info, impl);
96 inline void v8SetReturnValue(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl) function in namespace:blink
98 v8SetReturnValue(info, impl.get());
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
H A DV8TestInterface5.h58 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterface5Implementation* impl) function in namespace:blink
60 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
66 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
72 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
81 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface5Implementation> impl) function in namespace:blink
83 v8SetReturnValue(callbackInfo, impl.get());

Completed in 2564 milliseconds

12