Searched refs:inspectorClient (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebKit/gtk/webkit/ |
D | webkitwebinspector.cpp | 83 InspectorClient* inspectorClient; member 391 …r_set_inspector_client(WebKitWebInspector* web_inspector, WebKit::InspectorClient* inspectorClient) in webkit_web_inspector_set_inspector_client() argument 395 priv->inspectorClient = inspectorClient; in webkit_web_inspector_set_inspector_client()
|
D | webkitwebview.cpp | 1743 WebKit::InspectorClient* inspectorClient = new WebKit::InspectorClient(webView); in webkit_web_view_init() local 1744 …xtMenuClient(webView), new WebKit::EditorClient(webView), new WebKit::DragClient, inspectorClient); in webkit_web_view_init() 1749 webkit_web_inspector_set_inspector_client(priv->webInspector, inspectorClient); in webkit_web_view_init()
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | InspectorClientGtk.cpp | 34 static void notifyWebViewDestroyed(WebKitWebView* webView, InspectorClient* inspectorClient) in notifyWebViewDestroyed() argument 36 inspectorClient->webViewDestroyed(); in notifyWebViewDestroyed()
|
/external/webkit/WebCore/page/ |
D | Page.cpp | 108 …xtMenuClient, EditorClient* editorClient, DragClient* dragClient, InspectorClient* inspectorClient) in Page() argument 114 , m_inspectorController(new InspectorController(this, inspectorClient)) in Page()
|