Searched refs:jsContext (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebFrame.h90 JSGlobalContextRef jsContext();
H A DWebFrame.cpp455 JSGlobalContextRef WebFrame::jsContext() function in class:WebKit::WebFrame
H A DWebPage.cpp1287 if ((serializedResultValue = SerializedScriptValue::create(m_mainFrame->jsContext(),
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleFrame.cpp109 return toImpl(frameRef)->jsContext();
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp446 JSGlobalContextRef jsContext = WKBundleFrameGetJavaScriptContextForWorld(frame, world.get()); local
447 JSEvaluateScript(jsContext, script, 0, 0, 0, 0);

Completed in 214 milliseconds