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

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorClientQt.h 50 class InspectorClientQt : public InspectorClient {
52 InspectorClientQt(QWebPage*);
79 InspectorFrontendClientQt(QWebPage* inspectedWebPage, PassOwnPtr<QWebView> inspectorView, InspectorClientQt* inspectorClient);
108 InspectorClientQt* m_inspectorClient;
InspectorClientQt.cpp 32 #include "InspectorClientQt.h"
60 friend class InspectorClientQt;
178 InspectorClientQt::InspectorClientQt(QWebPage* page)
188 void InspectorClientQt::inspectorDestroyed()
203 void InspectorClientQt::openInspectorFrontend(WebCore::InspectorController* inspectorController)
241 void InspectorClientQt::releaseFrontendPage()
247 void InspectorClientQt::attachAndReplaceRemoteFrontend(RemoteFrontendChannel* channel)
256 void InspectorClientQt::detachRemoteFrontend()
264 void InspectorClientQt::highlight(Node*
    [all...]

Completed in 777 milliseconds