/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8TrackEventCustom.cpp | 54 v8SetReturnValueFast(info, toTextTrack(track), trackEvent); in trackAttributeGetterCustom() 58 v8SetReturnValueFast(info, toAudioTrack(track), trackEvent); in trackAttributeGetterCustom() 62 v8SetReturnValueFast(info, toVideoTrack(track), trackEvent); in trackAttributeGetterCustom()
|
D | V8Float64ArrayCustom.h | 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function 87 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast() 108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable… in v8SetReturnValueFast() function 110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8Float32ArrayCustom.h | 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function 87 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast() 108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappab… in v8SetReturnValueFast() function 110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8Int16ArrayCustom.h | 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function 87 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast() 108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* … in v8SetReturnValueFast() function 110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8Int32ArrayCustom.h | 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function 87 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast() 108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* … in v8SetReturnValueFast() function 110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8Uint32ArrayCustom.h | 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function 87 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast() 108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable*… in v8SetReturnValueFast() function 110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8Uint8ClampedArrayCustom.h | 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrap… in v8SetReturnValueFast() function 87 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast() 108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrap… in v8SetReturnValueFast() function 110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8DataViewCustom.h | 85 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable) in v8SetReturnValueFast() function 87 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast() 108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wr… in v8SetReturnValueFast() function 110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8Int8ArrayCustom.h | 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function 87 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast() 108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* w… in v8SetReturnValueFast() function 110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8Uint8ArrayCustom.h | 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function 87 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast() 108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable… in v8SetReturnValueFast() function 110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8Uint16ArrayCustom.h | 85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable) in v8SetReturnValueFast() function 87 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappable); in v8SetReturnValueFast() 108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable*… in v8SetReturnValueFast() function 110 v8SetReturnValueFast(info, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8ElementCustom.cpp | 90 v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect)), impl); in animate1Method() 102 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl); in animate2Method() 111 … v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect, duration)), impl); in animate3Method() 124 …v8SetReturnValueFast(info, WTF::getPtr(ElementAnimation::animate(*impl, effect, timingInput)), imp… in animate4Method() 137 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl); in animate5Method() 155 v8SetReturnValueFast(info, WTF::getPtr(result.release()), impl); in animate6Method()
|
D | V8XMLHttpRequestCustom.cpp | 124 v8SetReturnValueFast(info, document, xmlHttpRequest); in responseAttributeGetterCustom() 131 v8SetReturnValueFast(info, blob, xmlHttpRequest); in responseAttributeGetterCustom() 138 v8SetReturnValueFast(info, stream, xmlHttpRequest); in responseAttributeGetterCustom() 145 v8SetReturnValueFast(info, stream, xmlHttpRequest); in responseAttributeGetterCustom() 155 v8SetReturnValueFast(info, arrayBuffer, xmlHttpRequest); in responseAttributeGetterCustom()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/ |
D | V8TestInterface5.h | 70 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface5Implementation* im… in v8SetReturnValueFast() function 93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface5Impleme… in v8SetReturnValueFast() function 95 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
D | V8TestInterface.h | 78 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceImplementation* imp… in v8SetReturnValueFast() function 101 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceImplemen… in v8SetReturnValueFast() function 103 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8TestSpecialOperations.h | 93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestSpecialOperations* impl, Wra… in v8SetReturnValueFast() function 123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations… in v8SetReturnValueFast() function 125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8TestInterfaceCustomConstructor.h | 95 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCustomConstructor* … in v8SetReturnValueFast() function 125 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCustomCo… in v8SetReturnValueFast() function 127 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8TestInterfaceConstructor4.h | 94 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor4* impl,… in v8SetReturnValueFast() function 124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstruc… in v8SetReturnValueFast() function 126 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8TestInterfaceDocument.h | 100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceDocument* impl, Wra… in v8SetReturnValueFast() function 130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInter… in v8SetReturnValueFast() function 132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8TestInterfaceGarbageCollected.h | 98 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceGarbageCollected* i… in v8SetReturnValueFast() function 128 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, RawPtr<TestInterfaceGarbageColle… in v8SetReturnValueFast() function 130 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8TestInterfaceNode.h | 100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceNode* impl, Wrappab… in v8SetReturnValueFast() function 130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInter… in v8SetReturnValueFast() function 132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8TestInterfaceCheckSecurity.h | 93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl… in v8SetReturnValueFast() function 123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSec… in v8SetReturnValueFast() function 125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8TestSpecialOperationsNotEnumerable.h | 93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestSpecialOperationsNotEnumerab… in v8SetReturnValueFast() function 123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations… in v8SetReturnValueFast() function 125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8TestInterfaceConstructor.h | 100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl, … in v8SetReturnValueFast() function 130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstruc… in v8SetReturnValueFast() function 132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|
D | V8TestInterfaceNamedConstructor.h | 100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceNamedConstructor* i… in v8SetReturnValueFast() function 130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNamedCon… in v8SetReturnValueFast() function 132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable); in v8SetReturnValueFast()
|