Home
last modified time | relevance | path

Searched defs:standardWorld (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/win/
DWebScriptWorld.cpp64 WebScriptWorld* WebScriptWorld::standardWorld() in standardWorld() function in WebScriptWorld
66 static WebScriptWorld* standardWorld = createInstance(mainThreadNormalWorld()).releaseRef(); in standardWorld() local
123 HRESULT WebScriptWorld::standardWorld(IWebScriptWorld** outWorld) in standardWorld() function in WebScriptWorld
/external/webkit/WebKit/mac/WebView/
DWebScriptWorld.mm89 {
/external/webkit/WebKitTools/DumpRenderTree/win/
DFrameLoadDelegate.cpp305 COMPtr<IWebScriptWorld> standardWorld; in didClearWindowObjectForFrameInScriptWorld() local