Home
last modified time | relevance | path

Searched refs:setNativeInfoWithPersistentHandle (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8DOMWrapper.h63 …static void setNativeInfoWithPersistentHandle(v8::Handle<v8::Object>, const WrapperTypeInfo*, Scri…
107 inline void V8DOMWrapper::setNativeInfoWithPersistentHandle(v8::Handle<v8::Object> wrapper, const W… in setNativeInfoWithPersistentHandle() function
145setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, V8T::toScriptWrappableBase(object), Wr… in associateObjectWithWrapper()
158setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, impl->toScriptWrappableBase(), wrapper… in associateObjectWithWrapperNonTemplate()
163setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, impl->toScriptWrappableBase(), wrapper… in associateObjectWithWrapperNonTemplate()
177setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, ScriptWrappable::fromObject(node)->toS… in associateObjectWithWrapperNonTemplate()
182setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, ScriptWrappable::fromObject(node)->toS… in associateObjectWithWrapperNonTemplate()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8InjectedScriptManager.cpp84 …V8DOMWrapper::setNativeInfoWithPersistentHandle(wrapper, &V8InjectedScriptHost::wrapperTypeInfo, h… in createInjectedScriptHostV8Wrapper()