Searched defs:WebInspectorFrontendClient (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebInspectorFrontendClient.h37 class WebInspectorFrontendClient : public WebCore::InspectorFrontendClientLocal { class in namespace:WebKit
39 WebInspectorFrontendClient(WebPage* page, WebPage* inspectorPage);
H A DWebInspectorFrontendClient.cpp27 #include "WebInspectorFrontendClient.h"
41 WebInspectorFrontendClient::WebInspectorFrontendClient(WebPage* page, WebPage* inspectorPage) function in class:WebKit::WebInspectorFrontendClient
47 void WebInspectorFrontendClient::frontendLoaded()
54 String WebInspectorFrontendClient::localizedStringsURL()
59 String WebInspectorFrontendClient::hiddenPanels()
65 void WebInspectorFrontendClient::bringToFront()
70 void WebInspectorFrontendClient::closeWindow()
75 void WebInspectorFrontendClient::disconnectFromBackend()
80 void WebInspectorFrontendClient
[all...]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebInspectorClient.h86 class WebInspectorFrontendClient : public WebCore::InspectorFrontendClientLocal { class in inherits:WebCore::InspectorFrontendClientLocal
88 WebInspectorFrontendClient(WebView*, WebInspectorWindowController*, WebCore::InspectorController*, WebCore::Page*, WTF::PassOwnPtr<Settings>);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorClient.h95 class WebInspectorFrontendClient : public WebCore::InspectorFrontendClientLocal, WebCore::WindowMessageListener { class in inherits:WebCore::InspectorFrontendClientLocal,WebCore::WindowMessageListener
97 WebInspectorFrontendClient(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr<WebView>& frotnendWebView, HWND frontendWebViewHwnd, WebInspectorClient*, WTF::PassOwnPtr<Settings>);
118 ~WebInspectorFrontendClient();
H A DWebInspectorClient.cpp174 WebInspectorFrontendClient* frontendClient = new WebInspectorFrontendClient(m_inspectedWebView, m_inspectedWebViewHwnd, frontendHwnd, frontendWebView, frontendWebViewHwnd, this, createFrontendSettings());
207 WebInspectorFrontendClient::WebInspectorFrontendClient(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr<WebView>& frontendWebView, HWND frontendWebViewHwnd, WebInspectorClient* inspectorClient, PassOwnPtr<Settings> settings) function in class:WebInspectorFrontendClient
225 WebInspectorFrontendClient::~WebInspectorFrontendClient()
230 void WebInspectorFrontendClient::frontendLoaded()
237 String WebInspectorFrontendClient::localizedStringsURL()
246 String WebInspectorFrontendClient::hiddenPanels()
252 void WebInspectorFrontendClient
[all...]

Completed in 116 milliseconds