OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptWorldForGlobalContext
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/mac/WebView/
WebScriptWorld.h
37
+ (WebScriptWorld *)
scriptWorldForGlobalContext
:(JSGlobalContextRef)globalContext;
WebScriptWorld.mm
104
+ (WebScriptWorld *)
scriptWorldForGlobalContext
:(JSGlobalContextRef)context
/external/webkit/Source/WebKit/win/Interfaces/
IWebScriptWorld.idl
39
[local] HRESULT
scriptWorldForGlobalContext
([in] JSGlobalContextRef, [out, retval] IWebScriptWorld**);
/external/webkit/Source/WebKit/win/
WebScriptWorld.h
56
virtual HRESULT STDMETHODCALLTYPE
scriptWorldForGlobalContext
(JSGlobalContextRef, IWebScriptWorld**);
WebScriptWorld.cpp
133
HRESULT WebScriptWorld::
scriptWorldForGlobalContext
(JSGlobalContextRef context, IWebScriptWorld** outWorld)
Completed in 48 milliseconds