Home
last modified time | relevance | path

Searched refs:toGlobalRef (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
DJSContextRef.cpp97 return JSGlobalContextRetain(toGlobalRef(globalObject->globalExec()));
106 return JSGlobalContextRetain(toGlobalRef(exec));
175 return toGlobalRef(exec->lexicalGlobalObject()->globalExec());
DAPICast.h137 inline JSGlobalContextRef toGlobalRef(JSC::ExecState* e) in toGlobalRef() function
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebFrame.cpp457 return toGlobalRef(m_coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec()); in jsContext()
462 return toGlobalRef(m_coreFrame->script()->globalObject(world->coreWorld())->globalExec()); in jsContextForWorld()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp925 …JSGlobalContextRef context = toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld()… in dispatchDidClearWindowObjectInWorld()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebframe.cpp708 return toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec()); in webkit_web_frame_get_global_context()
/external/webkit/Source/WebKit/win/
DWebFrame.cpp523 return toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec()); in globalContext()
536 return toGlobalRef(coreFrame->script()->globalObject(world->world())->globalExec()); in globalContextForScriptWorld()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp743 …JSGlobalContextRef context = toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld()… in dispatchDidClearWindowObjectInWorld()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1230 return toGlobalRef(coreFrame->script()->globalObject(coreWorld)->globalExec());
1599 return toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec());
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2416191 (toGlobalRef): Added an ASSERT, since this function is used more often
DChangeLog-2008-08-1028662 (toGlobalRef):
DChangeLog-2009-06-1635973 (toGlobalRef):