Home
last modified time | relevance | path

Searched refs:WKBundleFrameGetJavaScriptContextForWorld (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleFrame.h50 WK_EXPORT JSGlobalContextRef WKBundleFrameGetJavaScriptContextForWorld(WKBundleFrameRef frame, WKBu…
DWKBundleFrame.cpp117 JSGlobalContextRef WKBundleFrameGetJavaScriptContextForWorld(WKBundleFrameRef frameRef, WKBundleScr… in WKBundleFrameGetJavaScriptContextForWorld() function
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.cpp102 JSGlobalContextRef context = WKBundleFrameGetJavaScriptContextForWorld(frame, world); in dumpPath()
117 JSGlobalContextRef context = WKBundleFrameGetJavaScriptContextForWorld(frame, world); in toStr()
602 JSGlobalContextRef context = WKBundleFrameGetJavaScriptContextForWorld(frame, world); in didClearWindowForFrame()
DLayoutTestController.cpp446 JSGlobalContextRef jsContext = WKBundleFrameGetJavaScriptContextForWorld(frame, world.get()); in evaluateScriptInIsolatedWorld()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1634995 (WKBundleFrameGetJavaScriptContextForWorld):