Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching defs:InspectorFrontendClient

39 static void notifyWebViewDestroyed(WebKitWebView* webView, InspectorFrontendClient* inspectorFrontendClient)
41 inspectorFrontendClient->destroyInspectorWindow(true);
149 m_frontendClient = new InspectorFrontendClient(m_inspectedWebView, inspectorWebView, webInspector, m_frontendPage, this);
194 InspectorFrontendClient::InspectorFrontendClient(WebKitWebView* inspectedWebView, WebKitWebView* inspectorWebView, WebKitWebInspector* webInspector, Page* inspectorPage, InspectorClient* inspectorClient)
205 InspectorFrontendClient::~InspectorFrontendClient()
214 void InspectorFrontendClient::destroyInspectorWindow(bool notifyInspectorController)
234 // Please do not use member variables here because InspectorFrontendClient object pointed by 'this'
241 String InspectorFrontendClient::localizedStringsURL()
250 String InspectorFrontendClient::hiddenPanels()
256 void InspectorFrontendClient::bringToFront()
265 void InspectorFrontendClient::closeWindow()
270 void InspectorFrontendClient::disconnectFromBackend()
275 void InspectorFrontendClient::attachWindow()
284 void InspectorFrontendClient::detachWindow()
293 void InspectorFrontendClient::setAttachedWindowHeight(unsigned height)
298 void InspectorFrontendClient::inspectedURLChanged(const String& newURL)