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

123

/external/chromium_org/gin/
H A Dwrappable.cc5 #include "gin/wrappable.h"
27 WrappableBase* wrappable = data.GetParameter(); local
28 wrappable->wrapper_.Reset();
29 delete wrappable;
50 // The current wrappable object will be no longer managed by V8. Delete this
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8DataViewCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, DataView* impl, Wrappable* wrappable) argument
87 V8TypedArray<DataView>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView> impl, Wrappable* wrappable) argument
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Float32ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float32Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Float32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Array > impl, Wrappable* wrappable) argument
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Float64ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Float64Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Float64Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Float64Array> impl, Wrappable* wrappable) argument
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int16ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int16Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Int16Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array> impl, Wrappable* wrappable) argument
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int32ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int32Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Int32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array> impl, Wrappable* wrappable) argument
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Int8ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Int8Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Int8Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int8Array> impl, Wrappable* wrappable) argument
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint16ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint16Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Uint16Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Array> impl, Wrappable* wrappable) argument
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint32ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint32Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Uint32Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Array> impl, Wrappable* wrappable) argument
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint8ArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8Array* impl, Wrappable* wrappable) argument
87 V8TypedArray<Uint8Array>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Uint8Array > impl, Wrappable* wrappable) argument
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8Uint8ClampedArrayCustom.h85 inline void v8SetReturnValueFast(const CallbackInfo& info, Uint8ClampedArray* impl, Wrappable* wrappable) argument
87 V8TypedArray<Uint8ClampedArray>::v8SetReturnValueFast(info, impl, wrappable);
108 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint8ClampedArray> impl, Wrappable* wrappable) argument
110 v8SetReturnValueFast(info, impl.get(), wrappable);
H A DV8ArrayBufferCustom.h123 inline void v8SetReturnValueFast(const CallbackInfo& info, ArrayBuffer* impl, Wrappable* wrappable) argument
129 if (DOMDataStore::setReturnValueFromWrapperFast<V8ArrayBuffer>(info.GetReturnValue(), impl, info.Holder(), wrappable))
153 inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< ArrayBuffer > impl, Wrappable* wrappable) argument
155 v8SetReturnValueFast(info, impl.get(), wrappable);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8SVGTestInterface.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, SVGTestInterface* impl, Wrappable* wrappable) argument
99 if (DOMDataStore::setReturnValueFromWrapperFast<V8SVGTestInterface>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<SVGTestInterface> impl, Wrappable* wrappable) argument
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestException.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestException* impl, Wrappable* wrappable) argument
99 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestException>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestException> impl, Wrappable* wrappable) argument
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceCheckSecurity.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl, Wrappable* wrappable) argument
99 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceCheckSecurity>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity> impl, Wrappable* wrappable) argument
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceEmpty.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl, Wrappable* wrappable) argument
99 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceEmpty>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty> impl, Wrappable* wrappable) argument
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestSpecialOperations.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestSpecialOperations* impl, Wrappable* wrappable) argument
99 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestSpecialOperations>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations> impl, Wrappable* wrappable) argument
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestSpecialOperationsNotEnumerable.h93 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestSpecialOperationsNotEnumerable* impl, Wrappable* wrappable) argument
99 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestSpecialOperationsNotEnumerable>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
123 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperationsNotEnumerable> impl, Wrappable* wrappable) argument
125 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterface2.h95 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface2* impl, Wrappable* wrappable) argument
101 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterface2>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
125 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface2> impl, Wrappable* wrappable) argument
127 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterface3.h102 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterface3* impl, Wrappable* wrappable) argument
108 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterface3>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
132 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterface3> impl, Wrappable* wrappable) argument
134 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceConstructor.h100 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl, Wrappable* wrappable) argument
106 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceConstructor>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
130 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor> impl, Wrappable* wrappable) argument
132 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceConstructor2.h94 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl, Wrappable* wrappable) argument
100 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceConstructor2>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2> impl, Wrappable* wrappable) argument
126 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceConstructor3.h94 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl, Wrappable* wrappable) argument
100 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceConstructor3>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor3> impl, Wrappable* wrappable) argument
126 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
H A DV8TestInterfaceConstructor4.h94 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor4* impl, Wrappable* wrappable) argument
100 if (DOMDataStore::setReturnValueFromWrapperFast<V8TestInterfaceConstructor4>(callbackInfo.GetReturnValue(), impl, callbackInfo.Holder(), wrappable))
124 inline void v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor4> impl, Wrappable* wrappable) argument
126 v8SetReturnValueFast(callbackInfo, impl.get(), wrappable);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8HiddenValue.cpp40 v8::Local<v8::Value> V8HiddenValue::getHiddenValueFromMainWorldWrapper(v8::Isolate* isolate, ScriptWrappable* wrappable, v8::Handle<v8::String> key) argument
42 v8::Local<v8::Object> wrapper = wrappable->newLocalWrapper(isolate);

Completed in 281 milliseconds

123