OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalWorld
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleScriptWorld.cpp
48
return toAPI(InjectedBundleScriptWorld::
normalWorld
());
/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());
DOMWrapperWorld.h
85
DOMWrapperWorld*
normalWorld
(JSC::JSGlobalData&);
JSWorkerContextBase.cpp
49
: JSDOMGlobalObject(globalData, structure,
normalWorld
(globalData), this)
WebCoreJSClientData.h
48
DOMWrapperWorld*
normalWorld
() { return m_normalWorld.get(); }
JSDOMWindowCustom.cpp
678
m_globalObject = toJSDOMWindow(dialog->frame(),
normalWorld
(m_exec->globalData()));
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleScriptWorld.h
45
static InjectedBundleScriptWorld*
normalWorld
();
InjectedBundleScriptWorld.cpp
53
return
normalWorld
();
61
InjectedBundleScriptWorld* InjectedBundleScriptWorld::
normalWorld
()
Completed in 2679 milliseconds