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

/macosx-10.10/WebKit-7600.1.25/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp127 std::unique_ptr<WebCore::InspectorFrontendClientLocal::Settings> WebInspectorClient::createFrontendSettings() function in class:WebInspectorClient
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebInspectorClient.h94 std::unique_ptr<WebCore::InspectorFrontendClientLocal::Settings> createFrontendSettings();
H A DWebInspectorClient.mm153 auto frontendClient = std::make_unique<WebInspectorFrontendClient>(m_webView, windowController.get(), inspectorController, m_frontendPage, createFrontendSettings());
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorClient.h84 std::unique_ptr<WebCore::InspectorFrontendClientLocal::Settings> createFrontendSettings();
H A DWebInspectorClient.cpp174 auto frontendClient = std::make_unique<WebInspectorFrontendClient>(m_inspectedWebView, m_inspectedWebViewHandle, frontendHwnd, frontendWebView, frontendWebViewHwnd, this, createFrontendSettings());

Completed in 74 milliseconds