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

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8ArrayBufferCustom.h 123 inline void v8SetReturnValueFast(const CallbackInfo& info, ArrayBuffer* impl, Wrappable* wrappable)
153 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< ArrayBuffer > impl, Wrappable* wrappable)
155 v8SetReturnValueFast(info, impl.get(), wrappable);
V8DataViewCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable)
87 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Float32ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable)
87 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Float64ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable)
87 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Int16ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable)
87 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Int32ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable)
87 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Int8ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable)
87 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint16ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable)
87 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint32ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable)
87 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint8ArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable)
87 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
V8Uint8ClampedArrayCustom.h 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrappable)
87 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrappable* wrappable)
110 v8SetReturnValueFast(info, impl.get(), wrappable);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8SVGTestInterface.h 93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, SVGTestInterface* impl, Wrappable* wrappable)
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<SVGTestInterface> impl, Wrappable* wrappable)
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestException.h 93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestException* impl, Wrappable* wrappable)
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestException> impl, Wrappable* wrappable)
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterface.h 78 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceImplementation* impl, Wrappable*)
101 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplementation> impl, Wrappable* wrappable)
103 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterface2.h 95 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface2* impl, Wrappable* wrappable)
125 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface2> impl, Wrappable* wrappable)
127 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterface3.h 102 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface3* impl, Wrappable* wrappable)
132 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface3> impl, Wrappable* wrappable)
134 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceCheckSecurity.h 93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl, Wrappable* wrappable)
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity> impl, Wrappable* wrappable)
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceConstructor.h 100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl, Wrappable* wrappable)
130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor> impl, Wrappable* wrappable)
132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceConstructor2.h 94 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl, Wrappable* wrappable)
124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2> impl, Wrappable* wrappable)
126 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceConstructor3.h 94 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl, Wrappable* wrappable)
124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor3> impl, Wrappable* wrappable)
126 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceConstructor4.h 94 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor4* impl, Wrappable* wrappable)
124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor4> impl, Wrappable* wrappable)
126 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceCustomConstructor.h 95 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCustomConstructor* impl, Wrappable* wrappable)
125 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCustomConstructor> impl, Wrappable* wrappable)
127 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceDocument.h 100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceDocument* impl, Wrappable* wrappable)
130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceDocument> impl, Wrappable* wrappable)
132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceEmpty.h 93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl, Wrappable* wrappable)
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty> impl, Wrappable* wrappable)
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
V8TestInterfaceEventConstructor.h 101 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEventConstructor* impl, Wrappable* wrappable)
131 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceEventConstructor> impl, Wrappable* wrappable)
133 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);

Completed in 198 milliseconds

1 2