OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:standardWorld
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/mac/WebView/
WebScriptWorld.h
34
+ (WebScriptWorld *)
standardWorld
;
/external/webkit/Source/WebKit/win/
WebScriptWorld.cpp
64
WebScriptWorld* WebScriptWorld::
standardWorld
()
66
static WebScriptWorld*
standardWorld
= createInstance(mainThreadNormalWorld()).releaseRef();
67
return
standardWorld
;
83
return
standardWorld
();
123
HRESULT WebScriptWorld::
standardWorld
(IWebScriptWorld** outWorld)
128
*outWorld =
standardWorld
();
Completed in 341 milliseconds