Searched defs:iWorld (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp526 JSGlobalContextRef WebFrame::globalContextForScriptWorld(IWebScriptWorld* iWorld) argument
532 COMPtr<WebScriptWorld> world(Query, iWorld);
2533 HRESULT WebFrame::stringByEvaluatingJavaScriptInScriptWorld(IWebScriptWorld* iWorld, JSObjectRef globalObjectRef, BSTR script, BSTR* evaluationResult) argument
2539 if (!iWorld)
2542 COMPtr<WebScriptWorld> world(Query, iWorld);

Completed in 147 milliseconds