Home
last modified time | relevance | path

Searched refs:m_frontendClient (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DInspectorClientGtk.cpp105 , m_frontendClient(0) in InspectorClient()
110 if (m_frontendClient) { in ~InspectorClient()
111 m_frontendClient->disconnectInspectorClient(); in ~InspectorClient()
112 m_frontendClient = 0; in ~InspectorClient()
149m_frontendClient = new InspectorFrontendClient(m_inspectedWebView, inspectorWebView, webInspector,… in openInspectorFrontend()
150 m_frontendPage->inspectorController()->setInspectorFrontendClient(m_frontendClient); in openInspectorFrontend()
DInspectorClientGtk.h53 void disconnectFrontendClient() { m_frontendClient = 0; } in disconnectFrontendClient()
70 InspectorFrontendClient* m_frontendClient; variable
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DInspectorClientQt.cpp181 , m_frontendClient(0) in InspectorClientQt()
191 if (m_frontendClient) in inspectorDestroyed()
192 m_frontendClient->inspectorClientDestroyed(); in inspectorDestroyed()
235 m_frontendClient = new InspectorFrontendClientQt(m_inspectedWebPage, inspectorView, this); in openInspectorFrontend()
236 …nspectorView->page()->d->page->inspectorController()->setInspectorFrontendClient(m_frontendClient); in openInspectorFrontend()
244 m_frontendClient = 0; in releaseFrontendPage()
DInspectorClientQt.h71 InspectorFrontendClientQt* m_frontendClient; variable
/external/webkit/Source/WebKit/mac/WebInspector/
DWebInspectorFrontend.mm37 m_frontendClient = frontendClient;
43 m_frontendClient->attachWindow();
48 m_frontendClient->detachWindow();
DWebInspectorFrontend.h30 WebInspectorFrontendClient *m_frontendClient;
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-164363 …(WebCore::InspectorClientQt::InspectorClientQt): m_frontendClient must be initialized by construct…