HomeSort by relevance Sort by last modified time
    Searched refs:WebInspectorClient (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebInspectorClient.cpp 27 #include "WebInspectorClient.h"
42 void WebInspectorClient::inspectorDestroyed()
47 void WebInspectorClient::openInspectorFrontend(InspectorController*)
57 void WebInspectorClient::highlight(Node*)
62 void WebInspectorClient::hideHighlight()
67 void WebInspectorClient::populateSetting(const String& key, String*)
72 void WebInspectorClient::storeSetting(const String&, const String&)
77 bool WebInspectorClient::sendMessageToFrontend(const String& message)
WebInspectorClient.h 37 class WebInspectorClient : public WebCore::InspectorClient {
39 WebInspectorClient(WebPage* page)
  /external/webkit/Source/WebKit/cf/WebCoreSupport/
WebInspectorClientCF.cpp 60 #include "WebInspectorClient.h"
110 bool WebInspectorClient::sendMessageToFrontend(const String& message)
115 bool WebInspectorClient::inspectorStartsAttached()
124 void WebInspectorClient::setInspectorStartsAttached(bool attached)
129 void WebInspectorClient::releaseFrontendPage()
134 void WebInspectorClient::saveSessionSetting(const String& key, const String& value)
140 void WebInspectorClient::loadSessionSetting(const String& key, String* value)
146 WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings> WebInspectorClient::createFrontendSettings()
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.h 52 class WebInspectorClient : public WebCore::InspectorClient {
54 WebInspectorClient(WebView*);
82 ~WebInspectorClient();
97 WebInspectorFrontendClient(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr<WebView>& frotnendWebView, HWND frontendWebViewHwnd, WebInspectorClient*, WTF::PassOwnPtr<Settings>);
139 WebInspectorClient* m_inspectorClient;
WebInspectorClient.cpp 30 #include "WebInspectorClient.h"
69 WebInspectorClient::WebInspectorClient(WebView* webView)
77 WebInspectorClient::~WebInspectorClient()
82 void WebInspectorClient::inspectorDestroyed()
87 void WebInspectorClient::openInspectorFrontend(InspectorController* inspectorController)
179 void WebInspectorClient::highlight(Node*)
195 void WebInspectorClient::hideHighlight()
201 void WebInspectorClient::updateHighlight(
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 29 #import "WebInspectorClient.h"
55 WebInspectorClient* _inspectorClient;
67 - (void)setInspectorClient:(WebInspectorClient*)inspectorClient;
68 - (WebInspectorClient*)inspectorClient;
76 WebInspectorClient::WebInspectorClient(WebView *webView)
83 void WebInspectorClient::inspectorDestroyed()
88 void WebInspectorClient::openInspectorFrontend(InspectorController* inspectorController)
100 void WebInspectorClient::highlight(Node* node)
105 void WebInspectorClient::hideHighlight(
    [all...]
WebInspectorClient.h 54 class WebInspectorClient : public WebCore::InspectorClient {
56 WebInspectorClient(WebView *);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebInspector.h 63 friend class WebInspectorClient;
70 // Called from WebInspectorClient
WebPage.cpp 62 #include "WebInspectorClient.h"
191 pageClients.inspectorClient = new WebInspectorClient(this);
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 59 class WebInspectorClient;
    [all...]
WebView.cpp 49 #include "WebInspectorClient.h"
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm 71 #import "WebInspectorClient.h"
729 pageClients.inspectorClient = new WebInspectorClient(self);
    [all...]

Completed in 367 milliseconds