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

  /external/webkit/Source/JavaScriptCore/API/
JSContextRef.cpp 97 return JSGlobalContextRetain(toGlobalRef(globalObject->globalExec()));
106 return JSGlobalContextRetain(toGlobalRef(exec));
175 return toGlobalRef(exec->lexicalGlobalObject()->globalExec());
APICast.h 137 inline JSGlobalContextRef toGlobalRef(JSC::ExecState* e)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebFrame.cpp 457 return toGlobalRef(m_coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec());
462 return toGlobalRef(m_coreFrame->script()->globalObject(world->coreWorld())->globalExec());
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 708 return toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec());
    [all...]
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp 925 JSGlobalContextRef context = toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec());
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 523 return toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec());
536 return toGlobalRef(coreFrame->script()->globalObject(world->world())->globalExec());
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 743 JSGlobalContextRef context = toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec());
    [all...]

Completed in 167 milliseconds