Lines Matching refs:WebInspector
27 #include "WebInspector.h"
42 PassRefPtr<WebInspector> WebInspector::create(WebPage* page)
44 return adoptRef(new WebInspector(page));
47 WebInspector::WebInspector(WebPage* page)
54 WebPage* WebInspector::createInspectorPage()
79 void WebInspector::didLoadInspectorPage()
84 void WebInspector::didClose()
89 void WebInspector::inspectedURLChanged(const String& urlString)
94 // Called by WebInspector messages
95 void WebInspector::show()
100 void WebInspector::close()
105 void WebInspector::evaluateScriptForTest(long callID, const String& script)
110 void WebInspector::showConsole()
115 void WebInspector::startJavaScriptDebugging()
122 void WebInspector::stopJavaScriptDebugging()
129 void WebInspector::startJavaScriptProfiling()
136 void WebInspector::stopJavaScriptProfiling()
143 void WebInspector::startPageProfiling()
148 void WebInspector::stopPageProfiling()