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

123

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8FileReaderCustom.cpp45 v8SetReturnValueFast(info, imp->arrayBufferResult(), imp);
H A DV8TrackEventCustom.cpp52 v8SetReturnValueFast(info, static_cast<TextTrack*>(track), trackEvent);
H A DV8DataViewCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable) function in namespace:WebCore
91 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wrappable) function in namespace:WebCore
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Float32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable) function in namespace:WebCore
91 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappable* wrappable) function in namespace:WebCore
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Float64ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable) function in namespace:WebCore
91 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable* wrappable) function in namespace:WebCore
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int16ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable) function in namespace:WebCore
91 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* wrappable) function in namespace:WebCore
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable) function in namespace:WebCore
91 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* wrappable) function in namespace:WebCore
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int8ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable) function in namespace:WebCore
91 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* wrappable) function in namespace:WebCore
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint16ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable) function in namespace:WebCore
91 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable* wrappable) function in namespace:WebCore
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable) function in namespace:WebCore
91 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable* wrappable) function in namespace:WebCore
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint8ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable) function in namespace:WebCore
91 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable* wrappable) function in namespace:WebCore
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint8ClampedArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrappable) function in namespace:WebCore
91 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrappable* wrappable) function in namespace:WebCore
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8EventCustom.cpp50 v8SetReturnValueFast(info, static_cast<ClipboardEvent*>(event)->clipboard(), event);
H A DV8HTMLOptionsCollectionCustom.cpp60 v8SetReturnValueFast(info, namedItems.at(0).release(), collection);
64 v8SetReturnValueFast(info, NamedNodesCollection::create(namedItems), collection);
H A DV8DocumentCustom.cpp87 v8SetReturnValueFast(info, result.release(), document.get());
H A DV8XMLHttpRequestCustom.cpp125 v8SetReturnValueFast(info, document, xmlHttpRequest);
132 v8SetReturnValueFast(info, blob, xmlHttpRequest);
139 v8SetReturnValueFast(info, stream, xmlHttpRequest);
149 v8SetReturnValueFast(info, arrayBuffer, xmlHttpRequest);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestInterfacePython.h97 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfacePythonImplementation* impl, Wrappable*) function in namespace:WebCore
120 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfacePythonImplementation > impl, Wrappable* wrappable) function in namespace:WebCore
122 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8SupportTestInterface.h126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, SupportTestInterface* impl, Wrappable* wrappable) function in namespace:WebCore
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<SupportTestInterface > impl, Wrappable* wrappable) function in namespace:WebCore
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestCustomAccessors.h131 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestCustomAccessors* impl, Wrappable* wrappable) function in namespace:WebCore
161 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestCustomAccessors > impl, Wrappable* wrappable) function in namespace:WebCore
163 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestEventTarget.h126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestEventTarget* impl, Wrappable* wrappable) function in namespace:WebCore
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestEventTarget > impl, Wrappable* wrappable) function in namespace:WebCore
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestException.h123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestException* impl, Wrappable* wrappable) function in namespace:WebCore
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestException > impl, Wrappable* wrappable) function in namespace:WebCore
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterface.h132 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface* impl, Wrappable* wrappable) function in namespace:WebCore
162 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface > impl, Wrappable* wrappable) function in namespace:WebCore
164 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceCheckSecurity.h123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl, Wrappable* wrappable) function in namespace:WebCore
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity > impl, Wrappable* wrappable) function in namespace:WebCore
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceConstructor.h124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl, Wrappable* wrappable) function in namespace:WebCore
154 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor > impl, Wrappable* wrappable) function in namespace:WebCore
156 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h163 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, {{cpp_class}}* impl, Wrappable*) function
217 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, {{cpp_class}}* impl, Wrappable* wrappable) function
248 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<{{cpp_class}} > impl, Wrappable* wrappable) function
250 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);

Completed in 272 milliseconds

123