OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setNativeInfoWithPersistentHandle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMWrapper.h
63
static void
setNativeInfoWithPersistentHandle
(v8::Handle<v8::Object>, const WrapperTypeInfo*, ScriptWrappableBase* internalPointer, WrapperPersistentNode*);
107
inline void V8DOMWrapper::
setNativeInfoWithPersistentHandle
(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo, ScriptWrappableBase* internalPointer, WrapperPersistentNode* handle)
145
setNativeInfoWithPersistentHandle
(wrapper, wrapperTypeInfo, V8T::toScriptWrappableBase(object), WrapperPersistent<T>::create(object));
158
setNativeInfoWithPersistentHandle
(wrapper, wrapperTypeInfo, impl->toScriptWrappableBase(), wrapperTypeInfo->createPersistentHandle(impl));
163
setNativeInfoWithPersistentHandle
(wrapper, wrapperTypeInfo, impl->toScriptWrappableBase(), wrapperTypeInfo->createPersistentHandle(impl));
177
setNativeInfoWithPersistentHandle
(wrapper, wrapperTypeInfo, ScriptWrappable::fromObject(node)->toScriptWrappableBase(), wrapperTypeInfo->createPersistentHandle(ScriptWrappable::fromObject(node)));
182
setNativeInfoWithPersistentHandle
(wrapper, wrapperTypeInfo, ScriptWrappable::fromObject(node)->toScriptWrappableBase(), wrapperTypeInfo->createPersistentHandle(ScriptWrappable::fromObject(node)));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8InjectedScriptManager.cpp
84
V8DOMWrapper::
setNativeInfoWithPersistentHandle
(wrapper, &V8InjectedScriptHost::wrapperTypeInfo, host->toScriptWrappableBase(), callbackData->hostPtr);
Completed in 110 milliseconds