Searched refs:frontendClient (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebInspector.cpp67 WebInspectorFrontendClient* WebInspector::frontendClient() function in class:WebInspector
69 return m_inspectorClient ? m_inspectorClient->frontendClient() : 0;
119 if (frontendClient())
120 frontendClient()->showConsole();
156 if (!frontendClient())
159 *isDebugging = frontendClient()->isDebuggingEnabled();
167 if (!frontendClient())
170 if (frontendClient()->isDebuggingEnabled())
171 frontendClient()->setDebuggingEnabled(false);
173 frontendClient()
[all...]
H A DWebInspector.h75 WebInspectorFrontendClient* frontendClient();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebInspector/
H A DWebInspectorFrontend.h32 - (id)initWithFrontendClient:(WebInspectorFrontendClient *)frontendClient;
H A DWebInspectorFrontend.mm35 - (id)initWithFrontendClient:(WebInspectorFrontendClient *)frontendClient
40 m_frontendClient = frontendClient;
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DInspectorClientEfl.cpp100 OwnPtr<InspectorFrontendClientEfl> frontendClient = adoptPtr(new InspectorFrontendClientEfl(m_inspectedView, m_inspectorView, this)); local
101 m_frontendClient = frontendClient.get();
104 controller->setInspectorFrontendClient(frontendClient.release());
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DInspectorClientGtk.cpp114 OwnPtr<InspectorFrontendClient> frontendClient = adoptPtr(new InspectorFrontendClient(m_inspectedWebView, inspectorWebView, webInspector, m_frontendPage, this)); local
115 m_frontendClient = frontendClient.get();
116 m_frontendPage->inspectorController()->setInspectorFrontendClient(frontendClient.release());
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DInspectorClientQt.cpp198 OwnPtr<InspectorFrontendClientQt> frontendClient = adoptPtr(new InspectorFrontendClientQt(m_inspectedWebPage, inspectorView.release(), inspectorPage->page, this)); local
199 m_frontendClient = frontendClient.get();
200 controller->setInspectorFrontendClient(frontendClient.release());
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebInspectorClient.mm116 - (void)setFrontendClient:(WebInspectorFrontendClient*)frontendClient;
147 OwnPtr<WebInspectorFrontendClient> frontendClient = adoptPtr(new WebInspectorFrontendClient(m_webView, windowController.get(), inspectorController, m_frontendPage, createFrontendSettings()));
148 m_frontendClient = frontendClient.get();
149 RetainPtr<WebInspectorFrontend> webInspectorFrontend = adoptNS([[WebInspectorFrontend alloc] initWithFrontendClient:frontendClient.get()]);
151 m_frontendPage->inspectorController()->setInspectorFrontendClient(frontendClient.release());
623 - (void)setFrontendClient:(WebInspectorFrontendClient*)frontendClient
625 _frontendClient = frontendClient;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebInspector.cpp94 OwnPtr<WebInspectorFrontendClient> frontendClient = adoptPtr(new WebInspectorFrontendClient(m_page, m_inspectorPage)); local
95 m_frontendClient = frontendClient.get();
96 m_inspectorPage->corePage()->inspectorController()->setInspectorFrontendClient(frontendClient.release());
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebInspectorClient.h78 WebInspectorFrontendClient* frontendClient() { return m_frontendClient; } function in class:WebInspectorClient
H A DWebInspectorClient.cpp173 OwnPtr<WebInspectorFrontendClient> frontendClient = adoptPtr(new WebInspectorFrontendClient(m_inspectedWebView, m_inspectedWebViewHwnd, frontendHwnd, frontendWebView, frontendWebViewHwnd, this, createFrontendSettings())); local
174 m_frontendClient = frontendClient.get();
175 m_frontendPage->inspectorController()->setInspectorFrontendClient(frontendClient.release());
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp1530 OwnPtr<InspectorFrontendClientDummy> frontendClient = adoptPtr(new InspectorFrontendClientDummy(page->inspectorController(), frontendPage)); local
1532 frontendPage->inspectorController()->setInspectorFrontendClient(frontendClient.release());

Completed in 211 milliseconds