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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8FileReaderCustom.cpp 45 v8SetReturnValueFast(info, imp->arrayBufferResult(), imp);
V8TrackEventCustom.cpp 52 v8SetReturnValueFast(info, static_cast<TextTrack*>(track), trackEvent);
V8DataViewCustom.h 89 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable)
91 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wrappable)
114 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Float32ArrayCustom.h 89 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable)
91 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappable* wrappable)
114 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Float64ArrayCustom.h 89 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable)
91 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable* wrappable)
114 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Int16ArrayCustom.h 89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable)
91 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* wrappable)
114 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Int32ArrayCustom.h 89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable)
91 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* wrappable)
114 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Int8ArrayCustom.h 89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable)
91 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* wrappable)
114 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint16ArrayCustom.h 89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable)
91 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable* wrappable)
114 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint32ArrayCustom.h 89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable)
91 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable* wrappable)
114 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint8ArrayCustom.h 89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable)
91 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable* wrappable)
114 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint8ClampedArrayCustom.h 89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrappable)
91 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrappable* wrappable)
114 v8SetReturnValueFast(info, impl.get(), wrappable);
V8EventCustom.cpp 50 v8SetReturnValueFast(info, static_cast<ClipboardEvent*>(event)->clipboard(), event);
V8HTMLOptionsCollectionCustom.cpp 60 v8SetReturnValueFast(info, namedItems.at(0).release(), collection);
64 v8SetReturnValueFast(info, NamedNodesCollection::create(namedItems), collection);
V8DocumentCustom.cpp 87 v8SetReturnValueFast(info, result.release(), document.get());
V8XMLHttpRequestCustom.cpp 125 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/
V8TestInterfacePython.h 97 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfacePythonImplementation* impl, Wrappable*)
120 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfacePythonImplementation > impl, Wrappable* wrappable)
122 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestException.h 123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestException* impl, Wrappable* wrappable)
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestException > impl, Wrappable* wrappable)
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceCheckSecurity.h 123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl, Wrappable* wrappable)
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity > impl, Wrappable* wrappable)
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceDoNotCheckConstants.h 123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceDoNotCheckConstants* impl, Wrappable* wrappable)
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceDoNotCheckConstants > impl, Wrappable* wrappable)
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceEmpty.h 123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl, Wrappable* wrappable)
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty > impl, Wrappable* wrappable)
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceImplementedAs.h 123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, RealClass* impl, Wrappable* wrappable)
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<RealClass > impl, Wrappable* wrappable)
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfacePython2.h 119 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfacePython2* impl, Wrappable* wrappable)
149 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfacePython2 > impl, Wrappable* wrappable)
151 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8SupportTestInterface.h 126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, SupportTestInterface* impl, Wrappable* wrappable)
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<SupportTestInterface > impl, Wrappable* wrappable)
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 163 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, {{cpp_class}}* impl, Wrappable*)
217 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, {{cpp_class}}* impl, Wrappable* wrappable)
248 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<{{cpp_class}} > impl, Wrappable* wrappable)
250 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);

Completed in 98 milliseconds

1 2 3