HomeSort by relevance Sort by last modified time
    Searched refs:jsContext (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.h 90 JSGlobalContextRef jsContext();
WebFrame.cpp 455 JSGlobalContextRef WebFrame::jsContext()
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleFrame.cpp 109 return toImpl(frameRef)->jsContext();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.cpp 446 JSGlobalContextRef jsContext = WKBundleFrameGetJavaScriptContextForWorld(frame, world.get());
447 JSEvaluateScript(jsContext, script, 0, 0, 0, 0);

Completed in 130 milliseconds