Home
last modified time | relevance | path

Searched refs:standardWorld (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebScriptWorld.cpp64 WebScriptWorld* WebScriptWorld::standardWorld() in standardWorld() function in WebScriptWorld
66 static WebScriptWorld* standardWorld = createInstance(mainThreadNormalWorld()).releaseRef(); in standardWorld() local
67 return standardWorld; in standardWorld()
83 return standardWorld(); in findOrCreateWorld()
123 HRESULT WebScriptWorld::standardWorld(IWebScriptWorld** outWorld) in standardWorld() function in WebScriptWorld
128 *outWorld = standardWorld(); in standardWorld()
DWebScriptWorld.h38 static WebScriptWorld* standardWorld();
55 virtual HRESULT STDMETHODCALLTYPE standardWorld(IWebScriptWorld**);
DChangeLog7764 (WebScriptWorld::standardWorld): Added this non-COM getter for the
7770 * WebScriptWorld.h: Added new standardWorld overload, made one
7863 (WebScriptWorld::standardWorld): Returns a shared instance that represents
/external/webkit/Tools/DumpRenderTree/win/
DFrameLoadDelegate.cpp320 COMPtr<IWebScriptWorld> standardWorld; in didClearWindowObjectForFrameInScriptWorld() local
321 if (FAILED(world->standardWorld(&standardWorld))) in didClearWindowObjectForFrameInScriptWorld()
324 if (world == standardWorld) in didClearWindowObjectForFrameInScriptWorld()
/external/webkit/Source/WebKit/mac/WebView/
DWebScriptWorld.h34 + (WebScriptWorld *)standardWorld;
DWebScriptWorld.mm93 + (WebScriptWorld *)standardWorld
123 return [self standardWorld];
/external/webkit/Source/WebKit/win/Interfaces/
DIWebScriptWorld.idl38 HRESULT standardWorld([out, retval] IWebScriptWorld**);
/external/webkit/Tools/DumpRenderTree/mac/
DFrameLoadDelegate.mm317 if (world == [WebScriptWorld standardWorld])
/external/webkit/Source/WebKit/mac/
DWebKit.order778 +[WebScriptWorld standardWorld]
DChangeLog-2010-01-291327 (+[WebScriptWorld standardWorld]): Returns a shared instance that