Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleInspector.h43 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…
DWKBundleInspector.cpp43 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()
DWKBundleAPICast.h63 WK_ADD_API_MAPPING(WKBundleInspectorRef, WebInspector) in WK_ADD_API_MAPPING()
DWKBundlePage.cpp254 WKBundleInspectorRef WKBundlePageGetInspector(WKBundlePageRef pageRef) in WKBundlePageGetInspector()
DWKBundlePage.h301 WK_EXPORT WKBundleInspectorRef WKBundlePageGetInspector(WKBundlePageRef page);
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h108 typedef const struct OpaqueWKBundleInspector* WKBundleInspectorRef; typedef