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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendChannel.h 33 class InspectorFrontendChannel {
35 virtual ~InspectorFrontendChannel() { }
WorkerInspectorController.h 46 class InspectorFrontendChannel;
77 OwnPtr<InspectorFrontendChannel> m_frontendChannel;
InspectorController.h 49 class InspectorFrontendChannel;
84 void connectFrontend(InspectorFrontendChannel*);
87 void reuseFrontend(InspectorFrontendChannel*, const String& inspectorStateCookie);
WorkerInspectorController.cpp 40 #include "core/inspector/InspectorFrontendChannel.h"
59 class PageInspectorProxy : public InspectorFrontendChannel {
InspectorController.cpp 183 void InspectorController::connectFrontend(InspectorFrontendChannel* frontendChannel)
227 InspectorFrontendChannel* frontendChannel = m_inspectorFrontend->inspector()->getInspectorFrontendChannel();
232 void InspectorController::reuseFrontend(InspectorFrontendChannel* frontendChannel, const String& inspectorStateCookie)
CodeGeneratorInspectorStrings.py 35 $domainClassName(InspectorFrontendChannel* inspectorFrontendChannel) : m_inspectorFrontendChannel(inspectorFrontendChannel) { }
36 ${frontendDomainMethodDeclarations} void setInspectorFrontendChannel(InspectorFrontendChannel* inspectorFrontendChannel) { m_inspectorFrontendChannel = inspectorFrontendChannel; }
37 InspectorFrontendChannel* getInspectorFrontendChannel() { return m_inspectorFrontendChannel; }
39 InspectorFrontendChannel* m_inspectorFrontendChannel;
110 class InspectorFrontendChannel;
116 InspectorFrontend(InspectorFrontendChannel*);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
InspectorClientImpl.h 36 #include "core/inspector/InspectorFrontendChannel.h"
46 public WebCore::InspectorFrontendChannel {
WebDevToolsAgentImpl.h 35 #include "core/inspector/InspectorFrontendChannel.h"
71 public WebCore::InspectorFrontendChannel,
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 82 #include "core/inspector/InspectorFrontendChannel.h"
132 class InspectorFrontendChannelDummy : public InspectorFrontendChannel {
    [all...]

Completed in 80 milliseconds