Searched refs:createFrontendSettings (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp146 WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings> WebInspectorClient::createFrontendSettings() function in class:WebInspectorClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebInspectorClient.h76 WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings> createFrontendSettings();
H A DWebInspectorClient.mm94 OwnPtr<WebInspectorFrontendClient> frontendClient = adoptPtr(new WebInspectorFrontendClient(m_webView, windowController.get(), inspectorController, m_frontendPage, createFrontendSettings()));
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorClient.h83 WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings> createFrontendSettings();
H A DWebInspectorClient.cpp174 WebInspectorFrontendClient* frontendClient = new WebInspectorFrontendClient(m_inspectedWebView, m_inspectedWebViewHwnd, frontendHwnd, frontendWebView, frontendWebViewHwnd, this, createFrontendSettings());

Completed in 91 milliseconds