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

  /external/webkit/Source/WebCore/inspector/
InspectorFrontendClient.h 42 class InspectorFrontendClient {
44 virtual ~InspectorFrontendClient() { }
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.h 46 class InspectorFrontendClient;
70 InspectorFrontendClient* m_frontendClient;
74 class InspectorFrontendClient : public WebCore::InspectorFrontendClientLocal {
76 InspectorFrontendClient(WebKitWebView* inspectedWebView, WebKitWebView* inspectorWebView, WebKitWebInspector* webInspector, WebCore::Page* inspectorPage, InspectorClient* inspectorClient);
98 virtual ~InspectorFrontendClient();
InspectorClientGtk.cpp 39 static void notifyWebViewDestroyed(WebKitWebView* webView, InspectorFrontendClient* inspectorFrontendClient)
41 inspectorFrontendClient->destroyInspectorWindow(true);
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)
205 InspectorFrontendClient::~InspectorFrontendClient()
214 void InspectorFrontendClient::destroyInspectorWindow(bool notifyInspectorController)
234 // Please do not use member variables here because InspectorFrontendClient object pointed by 'this
    [all...]

Completed in 137 milliseconds