HomeSort by relevance Sort by last modified time
    Searched refs:WKBundleInspectorRef (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleInspector.h 43 WK_EXPORT void WKBundleInspectorShow(WKBundleInspectorRef inspector);
44 WK_EXPORT void WKBundleInspectorClose(WKBundleInspectorRef inspector);
46 WK_EXPORT void WKBundleInspectorEvaluateScriptForTest(WKBundleInspectorRef inspector, long callID, WKStringRef script);
47 WK_EXPORT void WKBundleInspectorSetPageProfilingEnabled(WKBundleInspectorRef inspector, bool enabled);
WKBundleInspector.cpp 43 void WKBundleInspectorShow(WKBundleInspectorRef inspectorRef)
48 void WKBundleInspectorClose(WKBundleInspectorRef inspectorRef)
53 void WKBundleInspectorEvaluateScriptForTest(WKBundleInspectorRef inspectorRef, long callID, WKStringRef script)
58 void WKBundleInspectorSetPageProfilingEnabled(WKBundleInspectorRef inspectorRef, bool enabled)
WKBundleAPICast.h 63 WK_ADD_API_MAPPING(WKBundleInspectorRef, WebInspector)
WKBundlePage.cpp 254 WKBundleInspectorRef WKBundlePageGetInspector(WKBundlePageRef pageRef)
WKBundlePage.h 301 WK_EXPORT WKBundleInspectorRef WKBundlePageGetInspector(WKBundlePageRef page);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKBase.h 108 typedef const struct OpaqueWKBundleInspector* WKBundleInspectorRef;

Completed in 1184 milliseconds