Home | History | Annotate | Download | only in UIProcess

Lines Matching defs:WebInspectorProxy

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()
108 void WebInspectorProxy::attach()
113 void WebInspectorProxy::detach()
118 void WebInspectorProxy::toggleJavaScriptDebugging()
132 void WebInspectorProxy::toggleJavaScriptProfiling()
146 void WebInspectorProxy::togglePageProfiling()
160 bool WebInspectorProxy::isInspectorPage(WebPageProxy* page)
165 // Called by WebInspectorProxy messages
166 void WebInspectorProxy::createInspectorPage(uint64_t& inspectorPageID, WebPageCreationParameters& inspectorPageParameters)
184 void WebInspectorProxy::didLoadInspectorPage()
191 void WebInspectorProxy::didClose()
198 void WebInspectorProxy::inspectedURLChanged(const String& urlString)