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

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorClientQt.h 44 class InspectorFrontendClientQt;
71 InspectorFrontendClientQt* m_frontendClient;
77 class InspectorFrontendClientQt : public InspectorFrontendClientLocal {
79 InspectorFrontendClientQt(QWebPage* inspectedWebPage, PassOwnPtr<QWebView> inspectorView, InspectorClientQt* inspectorClient);
80 virtual ~InspectorFrontendClientQt();
InspectorClientQt.cpp 235 m_frontendClient = new InspectorFrontendClientQt(m_inspectedWebPage, inspectorView, this);
299 InspectorFrontendClientQt::InspectorFrontendClientQt(QWebPage* inspectedWebPage, PassOwnPtr<QWebView> inspectorView, InspectorClientQt* inspectorClient)
308 InspectorFrontendClientQt::~InspectorFrontendClientQt()
315 void InspectorFrontendClientQt::frontendLoaded()
321 String InspectorFrontendClientQt::localizedStringsURL()
327 String InspectorFrontendClientQt::hiddenPanels()
333 void InspectorFrontendClientQt::bringToFront()
338 void InspectorFrontendClientQt::closeWindow(
    [all...]

Completed in 55 milliseconds