Searched defs:InspectorClientQt (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorClientQt.h50 class InspectorClientQt : public InspectorClient { class in namespace:WebCore
52 InspectorClientQt(QWebPage*);
79 InspectorFrontendClientQt(QWebPage* inspectedWebPage, PassOwnPtr<QWebView> inspectorView, InspectorClientQt* inspectorClient);
108 InspectorClientQt* m_inspectorClient;
H A DInspectorClientQt.cpp32 #include "InspectorClientQt.h"
60 friend class InspectorClientQt;
178 InspectorClientQt::InspectorClientQt(QWebPage* page) function in class:WebCore::InspectorClientQt
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
[all...]

Completed in 39 milliseconds