Searched defs:InspectorClient (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorClient.h39 class InspectorClient : public InspectorFrontendChannel { class in namespace:WebCore
41 virtual ~InspectorClient() { }
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DInspectorClientGtk.h33 #include "InspectorClient.h"
48 class InspectorClient : public WebCore::InspectorClient { class in namespace:WebKit
50 InspectorClient(WebKitWebView* webView);
51 ~InspectorClient();
76 InspectorFrontendClient(WebKitWebView* inspectedWebView, WebKitWebView* inspectorWebView, WebKitWebInspector* webInspector, WebCore::Page* inspectorPage, InspectorClient* inspectorClient);
103 InspectorClient* m_inspectorClient;
H A DInspectorClientGtk.cpp102 InspectorClient::InspectorClient(WebKitWebView* webView) function in class:WebKit::InspectorClient
108 InspectorClient::~InspectorClient()
116 void InspectorClient::inspectorDestroyed()
121 void InspectorClient::openInspectorFrontend(InspectorController* controller)
156 void InspectorClient::releaseFrontendPage()
161 void InspectorClient::highlight(Node*)
166 void InspectorClient::hideHighlight()
175 bool InspectorClient
[all...]

Completed in 147 milliseconds