Home
last modified time | relevance | path

Searched refs:normalWorld (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DDOMWrapperWorld.cpp70 DOMWrapperWorld* normalWorld(JSC::JSGlobalData& globalData) in normalWorld() function
74 return static_cast<WebCoreJSClientData*>(clientData)->normalWorld(); in normalWorld()
80 static DOMWrapperWorld* cachedNormalWorld = normalWorld(*JSDOMWindow::commonJSGlobalData()); in mainThreadNormalWorld()
DWebCoreJSClientData.h48 DOMWrapperWorld* normalWorld() { return m_normalWorld.get(); } in normalWorld() function
DDOMWrapperWorld.h85 DOMWrapperWorld* normalWorld(JSC::JSGlobalData&);
DJSWorkerContextBase.cpp49 : JSDOMGlobalObject(globalData, structure, normalWorld(globalData), this) in JSWorkerContextBase()
DJSDOMWindowCustom.cpp678 m_globalObject = toJSDOMWindow(dialog->frame(), normalWorld(m_exec->globalData())); in dialogCreated()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundleScriptWorld.cpp53 return normalWorld(); in getOrCreate()
61 InjectedBundleScriptWorld* InjectedBundleScriptWorld::normalWorld() in normalWorld() function in WebKit::InjectedBundleScriptWorld
DInjectedBundleScriptWorld.h45 static InjectedBundleScriptWorld* normalWorld();
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleScriptWorld.cpp48 return toAPI(InjectedBundleScriptWorld::normalWorld()); in WKBundleScriptWorldNormalWorld()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2439048 (WebCore::WebCoreJSClientData::normalWorld):
50660 (WebCore::WebCoreJSClientData::normalWorld): Ditto.
DChangeLog-2010-01-2942719 (WebCore::WebCoreJSClientData::normalWorld):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1635161 (WebKit::InjectedBundleScriptWorld::normalWorld):