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

/external/webkit/Source/WebKit/mac/WebInspector/
H A DWebInspectorFrontend.mm32 - (id)initWithFrontendClient:(WebInspectorFrontendClient *)frontendClient
37 m_frontendClient = frontendClient;
H A DWebInspectorFrontend.h32 - (id)initWithFrontendClient:(WebInspectorFrontendClient *)frontendClient;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebInspectorClient.mm66 - (void)setFrontendClient:(WebInspectorFrontendClient*)frontendClient;
94 OwnPtr<WebInspectorFrontendClient> frontendClient = adoptPtr(new WebInspectorFrontendClient(m_webView, windowController.get(), inspectorController, m_frontendPage, createFrontendSettings()));
95 RetainPtr<WebInspectorFrontend> webInspectorFrontend(AdoptNS, [[WebInspectorFrontend alloc] initWithFrontendClient:frontendClient.get()]);
97 m_frontendPage->inspectorController()->setInspectorFrontendClient(frontendClient.release());
418 - (void)setFrontendClient:(WebInspectorFrontendClient*)frontendClient
420 _frontendClient = frontendClient;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorClient.cpp174 WebInspectorFrontendClient* frontendClient = new WebInspectorFrontendClient(m_inspectedWebView, m_inspectedWebViewHwnd, frontendHwnd, frontendWebView, frontendWebViewHwnd, this, createFrontendSettings()); local
175 m_frontendPage->inspectorController()->setInspectorFrontendClient(frontendClient);

Completed in 105 milliseconds