Searched refs:wrappable (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/gin/
H A Dwrappable.cc5 #include "gin/wrappable.h"
28 WrappableBase* wrappable = data.GetParameter(); local
29 wrappable->wrapper_.Reset();
30 delete wrappable;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8DataViewCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable) argument
91 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wrappable) argument
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Float32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable) argument
91 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappable* wrappable) argument
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Float64ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable) argument
91 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable* wrappable) argument
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int16ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable) argument
91 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* wrappable) argument
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable) argument
91 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* wrappable) argument
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int8ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable) argument
91 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* wrappable) argument
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint16ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable) argument
91 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable* wrappable) argument
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint32ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable) argument
91 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable* wrappable) argument
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint8ArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable) argument
91 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable* wrappable) argument
114 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint8ClampedArrayCustom.h89 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrappable) argument
91 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappable);
112 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrappable* wrappable) argument
114 v8SetReturnValueFast(info, impl.get(), wrappable);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8SupportTestInterface.h126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, SupportTestInterface* impl, Wrappable* wrappable) argument
132 if (DOMDataStore::setReturnValueFromWrapperFast<V8SupportTestInterface>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<SupportTestInterface > impl, Wrappable* wrappable) argument
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestCustomAccessors.h131 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestCustomAccessors* impl, Wrappable* wrappable) argument
137 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestCustomAccessors>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
161 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestCustomAccessors > impl, Wrappable* wrappable) argument
163 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestEventTarget.h126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestEventTarget* impl, Wrappable* wrappable) argument
132 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestEventTarget>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestEventTarget > impl, Wrappable* wrappable) argument
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestException.h123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestException* impl, Wrappable* wrappable) argument
129 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestException>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestException > impl, Wrappable* wrappable) argument
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterface.h132 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface* impl, Wrappable* wrappable) argument
138 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterface>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
162 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface > impl, Wrappable* wrappable) argument
164 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceCheckSecurity.h123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl, Wrappable* wrappable) argument
129 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceCheckSecurity>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity > impl, Wrappable* wrappable) argument
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceConstructor.h124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl, Wrappable* wrappable) argument
130 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceConstructor>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
154 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor > impl, Wrappable* wrappable) argument
156 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceConstructor2.h124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl, Wrappable* wrappable) argument
130 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceConstructor2>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
154 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2 > impl, Wrappable* wrappable) argument
156 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceConstructor3.h124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl, Wrappable* wrappable) argument
130 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceConstructor3>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
154 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor3 > impl, Wrappable* wrappable) argument
156 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceCustomConstructor.h125 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCustomConstructor* impl, Wrappable* wrappable) argument
131 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceCustomConstructor>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
155 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCustomConstructor > impl, Wrappable* wrappable) argument
157 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceDoNotCheckConstants.h123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceDoNotCheckConstants* impl, Wrappable* wrappable) argument
129 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceDoNotCheckConstants>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceDoNotCheckConstants > impl, Wrappable* wrappable) argument
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceEmpty.h123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl, Wrappable* wrappable) argument
129 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceEmpty>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
153 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty > impl, Wrappable* wrappable) argument
155 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceEventConstructor.h126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEventConstructor* impl, Wrappable* wrappable) argument
132 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceEventConstructor>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEventConstructor > impl, Wrappable* wrappable) argument
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceEventTarget.h126 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEventTarget* impl, Wrappable* wrappable) argument
132 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceEventTarget>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
156 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEventTarget > impl, Wrappable* wrappable) argument
158 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);

Completed in 1188 milliseconds

12