HomeSort by relevance Sort by last modified time
    Searched defs:InspectorClient (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/inspector/
InspectorClient.h 37 class InspectorClient {
39 virtual ~InspectorClient() { }
  /external/webkit/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.h 32 #include "InspectorClient.h"
44 class InspectorClient : public WebCore::InspectorClient {
46 InspectorClient(WebKitWebView* webView);
InspectorClientGtk.cpp 34 static void notifyWebViewDestroyed(WebKitWebView* webView, InspectorClient* inspectorClient)
36 inspectorClient->webViewDestroyed();
39 InspectorClient::InspectorClient(WebKitWebView* webView)
45 void InspectorClient::inspectorDestroyed()
53 void InspectorClient::webViewDestroyed()
65 Page* InspectorClient::createPage()
113 String InspectorClient::localizedStringsURL()
129 String InspectorClient::hiddenPanels(
    [all...]

Completed in 102 milliseconds