OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setNativeInfoForHiddenWrapper
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMWrapper.cpp
67
V8DOMWrapper::
setNativeInfoForHiddenWrapper
(wrapper, &V8HTMLDocument::wrapperTypeInfo, internalPointer);
V8DOMWrapper.h
62
static void
setNativeInfoForHiddenWrapper
(v8::Handle<v8::Object>, const WrapperTypeInfo*, ScriptWrappableBase* internalPointer);
83
inline void V8DOMWrapper::
setNativeInfoForHiddenWrapper
(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo, ScriptWrappableBase* internalPointer)
WindowProxy.cpp
289
V8DOMWrapper::
setNativeInfoForHiddenWrapper
(v8::Handle<v8::Object>::Cast(windowWrapper->GetPrototype()), wrapperTypeInfo, window->toScriptWrappableBase());
312
V8DOMWrapper::
setNativeInfoForHiddenWrapper
(innerGlobalObject, wrapperTypeInfo, window->toScriptWrappableBase());
Completed in 154 milliseconds