Searched refs:WKBundleInspectorRef (Results 1 – 6 of 6) sorted by relevance
43 WK_EXPORT void WKBundleInspectorShow(WKBundleInspectorRef inspector);44 WK_EXPORT void WKBundleInspectorClose(WKBundleInspectorRef inspector);46 WK_EXPORT void WKBundleInspectorEvaluateScriptForTest(WKBundleInspectorRef inspector, long callID, …47 WK_EXPORT void WKBundleInspectorSetPageProfilingEnabled(WKBundleInspectorRef inspector, bool enable…
43 void WKBundleInspectorShow(WKBundleInspectorRef inspectorRef) in WKBundleInspectorShow()48 void WKBundleInspectorClose(WKBundleInspectorRef inspectorRef) in WKBundleInspectorClose()53 void WKBundleInspectorEvaluateScriptForTest(WKBundleInspectorRef inspectorRef, long callID, WKStrin… in WKBundleInspectorEvaluateScriptForTest()58 void WKBundleInspectorSetPageProfilingEnabled(WKBundleInspectorRef inspectorRef, bool enabled) in WKBundleInspectorSetPageProfilingEnabled()
63 WK_ADD_API_MAPPING(WKBundleInspectorRef, WebInspector) in WK_ADD_API_MAPPING()
254 WKBundleInspectorRef WKBundlePageGetInspector(WKBundlePageRef pageRef) in WKBundlePageGetInspector()
301 WK_EXPORT WKBundleInspectorRef WKBundlePageGetInspector(WKBundlePageRef page);
108 typedef const struct OpaqueWKBundleInspector* WKBundleInspectorRef; typedef