OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createFrontendSettings
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.h
76
WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings>
createFrontendSettings
();
WebInspectorClient.mm
94
OwnPtr<WebInspectorFrontendClient> frontendClient = adoptPtr(new WebInspectorFrontendClient(m_webView, windowController.get(), inspectorController, m_frontendPage,
createFrontendSettings
()));
/external/webkit/Source/WebKit/cf/WebCoreSupport/
WebInspectorClientCF.cpp
146
WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings> WebInspectorClient::
createFrontendSettings
()
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.h
83
WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings>
createFrontendSettings
();
WebInspectorClient.cpp
174
WebInspectorFrontendClient* frontendClient = new WebInspectorFrontendClient(m_inspectedWebView, m_inspectedWebViewHwnd, frontendHwnd, frontendWebView, frontendWebViewHwnd, this,
createFrontendSettings
());
Completed in 46 milliseconds