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

  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspectorFrontend.mm 37 m_frontendClient = frontendClient;
43 m_frontendClient->attachWindow();
48 m_frontendClient->detachWindow();
WebInspectorFrontend.h 30 WebInspectorFrontendClient *m_frontendClient;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.h 53 void disconnectFrontendClient() { m_frontendClient = 0; }
70 InspectorFrontendClient* m_frontendClient;
InspectorClientGtk.cpp 105 , m_frontendClient(0)
110 if (m_frontendClient) {
111 m_frontendClient->disconnectInspectorClient();
112 m_frontendClient = 0;
149 m_frontendClient = new InspectorFrontendClient(m_inspectedWebView, inspectorWebView, webInspector, m_frontendPage, this);
150 m_frontendPage->inspectorController()->setInspectorFrontendClient(m_frontendClient);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorClientQt.h 71 InspectorFrontendClientQt* m_frontendClient;
InspectorClientQt.cpp 181 , m_frontendClient(0)
191 if (m_frontendClient)
192 m_frontendClient->inspectorClientDestroyed();
235 m_frontendClient = new InspectorFrontendClientQt(m_inspectedWebPage, inspectorView, this);
236 inspectorView->page()->d->page->inspectorController()->setInspectorFrontendClient(m_frontendClient);
244 m_frontendClient = 0;

Completed in 273 milliseconds