Searched refs:WKBundleFrameGetJavaScriptContext (Results 1 – 6 of 6) sorted by relevance
72 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()
117 JSContextRef context = WKBundleFrameGetJavaScriptContext(frame); in mouseDown()127 JSContextRef context = WKBundleFrameGetJavaScriptContext(frame); in mouseUp()
74 JSGlobalContextRef context = WKBundleFrameGetJavaScriptContext(frame); in numericWindowPropertyValue()464 JSGlobalContextRef context = WKBundleFrameGetJavaScriptContext(frame); in hasDocumentElement()
49 WK_EXPORT JSGlobalContextRef WKBundleFrameGetJavaScriptContext(WKBundleFrameRef frame);
107 JSGlobalContextRef WKBundleFrameGetJavaScriptContext(WKBundleFrameRef frameRef) in WKBundleFrameGetJavaScriptContext() function
38205 (WKBundleFrameGetJavaScriptContext): Moved the code from here into WebFrame,38220 WKBundleFrameGetJavaScriptContext.38532 Added WKBundleFrameGetJavaScriptContext function.38537 (WKBundleFrameGetJavaScriptContext): Added.