Searched refs:setNativeInfoWithPersistentHandle (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | V8DOMWrapper.h | 63 …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 145 …setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, V8T::toScriptWrappableBase(object), Wr… in associateObjectWithWrapper() 158 …setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, impl->toScriptWrappableBase(), wrapper… in associateObjectWithWrapperNonTemplate() 163 …setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, impl->toScriptWrappableBase(), wrapper… in associateObjectWithWrapperNonTemplate() 177 …setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, ScriptWrappable::fromObject(node)->toS… in associateObjectWithWrapperNonTemplate() 182 …setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, ScriptWrappable::fromObject(node)->toS… in associateObjectWithWrapperNonTemplate()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8InjectedScriptManager.cpp | 84 …V8DOMWrapper::setNativeInfoWithPersistentHandle(wrapper, &V8InjectedScriptHost::wrapperTypeInfo, h… in createInjectedScriptHostV8Wrapper()
|