OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:normalWorld
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/bindings/js/
DOMWrapperWorld.cpp
70
DOMWrapperWorld*
normalWorld
(JSC::JSGlobalData& globalData)
74
return static_cast<WebCoreJSClientData*>(clientData)->
normalWorld
();
80
static DOMWrapperWorld* cachedNormalWorld =
normalWorld
(*JSDOMWindow::commonJSGlobalData());
WebCoreJSClientData.h
48
DOMWrapperWorld*
normalWorld
() { return m_normalWorld.get(); }
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleScriptWorld.cpp
53
return
normalWorld
();
61
InjectedBundleScriptWorld* InjectedBundleScriptWorld::
normalWorld
()
Completed in 65 milliseconds