Searched refs:InspectorFrontendClient (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DInspectorClientGtk.h46 class InspectorFrontendClient;
70 InspectorFrontendClient* m_frontendClient;
74 class InspectorFrontendClient : public WebCore::InspectorFrontendClientLocal { class in namespace:WebKit
76 InspectorFrontendClient(WebKitWebView* inspectedWebView, WebKitWebView* inspectorWebView, WebKitWebInspector* webInspector, WebCore::Page* inspectorPage, InspectorClient* inspectorClient);
98 virtual ~InspectorFrontendClient();
H A DInspectorClientGtk.cpp39 static void notifyWebViewDestroyed(WebKitWebView* webView, InspectorFrontendClient* inspectorFrontendClient)
149 m_frontendClient = new InspectorFrontendClient(m_inspectedWebView, inspectorWebView, webInspector, m_frontendPage, this);
194 InspectorFrontendClient::InspectorFrontendClient(WebKitWebView* inspectedWebView, WebKitWebView* inspectorWebView, WebKitWebInspector* webInspector, Page* inspectorPage, InspectorClient* inspectorClient) function in class:WebKit::InspectorFrontendClient
205 InspectorFrontendClient::~InspectorFrontendClient()
214 void InspectorFrontendClient::destroyInspectorWindow(bool notifyInspectorController)
234 // Please do not use member variables here because InspectorFrontendClient object pointed by 'this'
241 String InspectorFrontendClient::localizedStringsURL()
250 String InspectorFrontendClient
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInspectorFrontendHost.h46 class InspectorFrontendClient;
53 static PassRefPtr<InspectorFrontendHost> create(InspectorFrontendClient* client, Page* frontendPage)
89 InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage);
91 InspectorFrontendClient* m_client;
H A DInspectorFrontendClient.h42 class InspectorFrontendClient { class in namespace:WebCore
44 virtual ~InspectorFrontendClient() { }
H A DInspectorController.h49 class InspectorFrontendClient;
67 void setInspectorFrontendClient(PassOwnPtr<InspectorFrontendClient>);
110 OwnPtr<InspectorFrontendClient> m_inspectorFrontendClient;
H A DInspectorFrontendClientLocal.h34 #include "InspectorFrontendClient.h"
45 class InspectorFrontendClientLocal : public InspectorFrontendClient {
H A DInspectorFrontendHost.cpp46 #include "InspectorFrontendClient.h"
120 InspectorFrontendHost::InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage)
H A DInspectorAgent.h63 class InspectorFrontendClient;
H A DInspectorController.cpp47 #include "InspectorFrontendClient.h"
70 void InspectorController::setInspectorFrontendClient(PassOwnPtr<InspectorFrontendClient> inspectorFrontendClient)
/external/webkit/Source/WebKit/chromium/src/
H A DInspectorFrontendClientImpl.h34 #include "InspectorFrontendClient.h"
47 class InspectorFrontendClientImpl : public WebCore::InspectorFrontendClient {
53 // InspectorFrontendClient methods:

Completed in 489 milliseconds