HomeSort by relevance Sort by last modified time
    Searched refs:InspectorFrontendChannel (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendChannel.h 34 class InspectorFrontendChannel {
36 virtual ~InspectorFrontendChannel() { }
WorkerInspectorController.h 46 class InspectorFrontendChannel;
76 OwnPtr<InspectorFrontendChannel> m_frontendChannel;
InspectorController.h 53 class InspectorFrontendChannel;
93 void connectFrontend(const String& hostId, InspectorFrontendChannel*);
96 void reuseFrontend(const String& hostId, InspectorFrontendChannel*, const String& inspectorStateCookie);
WorkerInspectorController.cpp 40 #include "core/inspector/InspectorFrontendChannel.h"
60 class PageInspectorProxy FINAL : public InspectorFrontendChannel {
InspectorController.cpp 210 void InspectorController::connectFrontend(const String& hostId, InspectorFrontendChannel* frontendChannel)
259 InspectorFrontendChannel* frontendChannel = m_inspectorFrontend->channel();
265 void InspectorController::reuseFrontend(const String& hostId, InspectorFrontendChannel* frontendChannel, const String& inspectorStateCookie)
CodeGeneratorInspectorStrings.py 35 $domainClassName(InspectorFrontendChannel* inspectorFrontendChannel) : m_inspectorFrontendChannel(inspectorFrontendChannel) { }
39 InspectorFrontendChannel* m_inspectorFrontendChannel;
100 #include "core/inspector/InspectorFrontendChannel.h"
111 InspectorFrontend(InspectorFrontendChannel*);
112 InspectorFrontendChannel* channel() { return m_inspectorFrontendChannel; }
116 InspectorFrontendChannel* m_inspectorFrontendChannel;
137 class InspectorFrontendChannel;
145 static PassRefPtr<InspectorBackendDispatcher> create(InspectorFrontendChannel* inspectorFrontendChannel)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
InspectorClientImpl.h 36 #include "core/inspector/InspectorFrontendChannel.h"
45 class InspectorClientImpl FINAL : public WebCore::InspectorClient, public WebCore::InspectorFrontendChannel {
WebDevToolsAgentImpl.h 35 #include "core/inspector/InspectorFrontendChannel.h"
73 public WebCore::InspectorFrontendChannel,

Completed in 90 milliseconds