Home
last modified time | relevance | path

Searched refs:associateObjectWithWrapper (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8DOMWrapper.h51 …static v8::Handle<v8::Object> associateObjectWithWrapper(PassRefPtr<T>, const WrapperTypeInfo*, v8…
53 …static v8::Handle<v8::Object> associateObjectWithWrapper(RawPtr<T> object, const WrapperTypeInfo* … in associateObjectWithWrapper() function
55 return associateObjectWithWrapper<V8T, T>(object.get(), wrapperTypeInfo, wrapper, isolate); in associateObjectWithWrapper()
58 …static v8::Handle<v8::Object> associateObjectWithWrapper(T*, const WrapperTypeInfo*, v8::Handle<v8…
134 inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(PassRefPtr<T> object, const … in associateObjectWithWrapper() function
143 inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(T* object, const WrapperType… in associateObjectWithWrapper() function
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8ArrayBufferCustom.cpp90 … V8DOMWrapper::associateObjectWithWrapper<V8ArrayBuffer>(impl, &wrapperTypeInfo, wrapper, isolate); in createWrapper()
107 …V8DOMWrapper::associateObjectWithWrapper<V8ArrayBuffer>(buffer.release(), &wrapperTypeInfo, object… in toImpl()
DV8MessageChannelCustom.cpp57 …V8DOMWrapper::associateObjectWithWrapper<V8MessageChannel>(obj.release(), &wrapperTypeInfo, wrappe… in constructorCustom()
DV8MutationObserverCustom.cpp66 …V8DOMWrapper::associateObjectWithWrapper<V8MutationObserver>(observer.release(), &wrapperTypeInfo,… in constructorCustom()
DV8TypedArrayCustom.h157 V8DOMWrapper::associateObjectWithWrapper<Binding>(impl, &wrapperTypeInfo, wrapper, isolate); in createWrapper()
173 …V8DOMWrapper::associateObjectWithWrapper<Binding>(typedArray.release(), &wrapperTypeInfo, object, … in toImpl()
DV8XMLHttpRequestCustom.cpp70 …V8DOMWrapper::associateObjectWithWrapper<V8XMLHttpRequest>(xmlHttpRequest.release(), &wrapperTypeI… in constructorCustom()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestInterfaceNotScriptWrappable.cpp144 …V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceNotScriptWrappable>(impl, &wrapperTypeInfo… in createWrapper()
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dmethods.cpp593 V8DOMWrapper::associateObjectWithWrapper<{{v8_class}}>(impl.release(), &{{constructor_class}}::wrap…