HomeSort by relevance Sort by last modified time
    Searched defs:WebInspectorProxy (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.cpp 27 #include "WebInspectorProxy.h"
47 WebPageGroup* WebInspectorProxy::inspectorPageGroup()
53 WebInspectorProxy::WebInspectorProxy(WebPageProxy* page)
66 WebInspectorProxy::~WebInspectorProxy()
70 void WebInspectorProxy::invalidate()
84 void WebInspectorProxy::show()
92 void WebInspectorProxy::close()
100 void WebInspectorProxy::showConsole(
    [all...]
WebInspectorProxy.h 55 class WebInspectorProxy : public APIObject {
59 static PassRefPtr<WebInspectorProxy> create(WebPageProxy* page)
61 return adoptRef(new WebInspectorProxy(page));
64 ~WebInspectorProxy();
99 WebInspectorProxy(WebPageProxy* page);
108 // Implemented the platform WebInspectorProxy file
111 // Called by WebInspectorProxy messages

Completed in 44 milliseconds