Searched refs:standardWorld (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebScriptWorld.h34 + (WebScriptWorld *)standardWorld; variable
H A DWebScriptWorld.mm93 + (WebScriptWorld *)standardWorld
123 return [self standardWorld];
/external/webkit/Source/WebKit/win/
H A DWebScriptWorld.cpp64 WebScriptWorld* WebScriptWorld::standardWorld() function in class:WebScriptWorld
66 static WebScriptWorld* standardWorld = createInstance(mainThreadNormalWorld()).releaseRef(); local
67 return standardWorld;
83 return standardWorld();
123 HRESULT WebScriptWorld::standardWorld(IWebScriptWorld** outWorld) function in class:WebScriptWorld
128 *outWorld = standardWorld();
H A DWebScriptWorld.h38 static WebScriptWorld* standardWorld();
55 virtual HRESULT STDMETHODCALLTYPE standardWorld(IWebScriptWorld**);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebScriptWorld.idl38 HRESULT standardWorld([out, retval] IWebScriptWorld**);
/external/webkit/Tools/DumpRenderTree/win/
H A DFrameLoadDelegate.cpp320 COMPtr<IWebScriptWorld> standardWorld;
321 if (FAILED(world->standardWorld(&standardWorld)))
324 if (world == standardWorld)
/external/webkit/Tools/DumpRenderTree/mac/
H A DFrameLoadDelegate.mm317 if (world == [WebScriptWorld standardWorld])

Completed in 608 milliseconds