Home
last modified time | relevance | path

Searched refs:WKBundleFrameGetJavaScriptContext (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.cpp72 JSContextRef context = WKBundleFrameGetJavaScriptContext(frame); in getElementById()
219 JSContextRef context = WKBundleFrameGetJavaScriptContext(mainFrame); in computedStyleIncludingVisitedInfo()
241 JSContextRef context = WKBundleFrameGetJavaScriptContext(mainFrame); in markerTextForListItem()
260 JSContextRef context = WKBundleFrameGetJavaScriptContext(mainFrame); in findString()
361 JSContextRef context = WKBundleFrameGetJavaScriptContext(mainFrame); in shadowRoot()
DEventSendingController.cpp117 JSContextRef context = WKBundleFrameGetJavaScriptContext(frame); in mouseDown()
127 JSContextRef context = WKBundleFrameGetJavaScriptContext(frame); in mouseUp()
DInjectedBundlePage.cpp74 JSGlobalContextRef context = WKBundleFrameGetJavaScriptContext(frame); in numericWindowPropertyValue()
464 JSGlobalContextRef context = WKBundleFrameGetJavaScriptContext(frame); in hasDocumentElement()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleFrame.h49 WK_EXPORT JSGlobalContextRef WKBundleFrameGetJavaScriptContext(WKBundleFrameRef frame);
DWKBundleFrame.cpp107 JSGlobalContextRef WKBundleFrameGetJavaScriptContext(WKBundleFrameRef frameRef) in WKBundleFrameGetJavaScriptContext() function
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1638205 (WKBundleFrameGetJavaScriptContext): Moved the code from here into WebFrame,
38220 WKBundleFrameGetJavaScriptContext.
38532 Added WKBundleFrameGetJavaScriptContext function.
38537 (WKBundleFrameGetJavaScriptContext): Added.