Searched refs:associateObjectWithWrapper (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | V8DOMWrapper.h | 51 …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/ |
D | V8ArrayBufferCustom.cpp | 90 … V8DOMWrapper::associateObjectWithWrapper<V8ArrayBuffer>(impl, &wrapperTypeInfo, wrapper, isolate); in createWrapper() 107 …V8DOMWrapper::associateObjectWithWrapper<V8ArrayBuffer>(buffer.release(), &wrapperTypeInfo, object… in toImpl()
|
D | V8MessageChannelCustom.cpp | 57 …V8DOMWrapper::associateObjectWithWrapper<V8MessageChannel>(obj.release(), &wrapperTypeInfo, wrappe… in constructorCustom()
|
D | V8MutationObserverCustom.cpp | 66 …V8DOMWrapper::associateObjectWithWrapper<V8MutationObserver>(observer.release(), &wrapperTypeInfo,… in constructorCustom()
|
D | V8TypedArrayCustom.h | 157 V8DOMWrapper::associateObjectWithWrapper<Binding>(impl, &wrapperTypeInfo, wrapper, isolate); in createWrapper() 173 …V8DOMWrapper::associateObjectWithWrapper<Binding>(typedArray.release(), &wrapperTypeInfo, object, … in toImpl()
|
D | V8XMLHttpRequestCustom.cpp | 70 …V8DOMWrapper::associateObjectWithWrapper<V8XMLHttpRequest>(xmlHttpRequest.release(), &wrapperTypeI… in constructorCustom()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
D | V8TestInterfaceNotScriptWrappable.cpp | 144 …V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceNotScriptWrappable>(impl, &wrapperTypeInfo… in createWrapper()
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
D | methods.cpp | 593 V8DOMWrapper::associateObjectWithWrapper<{{v8_class}}>(impl.release(), &{{constructor_class}}::wrap…
|