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

  /external/webkit/Source/WebCore/inspector/
InspectorFrontendChannel.h 33 class InspectorFrontendChannel {
35 virtual ~InspectorFrontendChannel() { }
InspectorFrontendProxy.h 31 #include "InspectorFrontendChannel.h"
38 class InspectorFrontendProxy : public InspectorFrontendChannel {
41 InspectorFrontendProxy(EventsCollector*, InspectorFrontendChannel* nextChannel);
44 void setInspectorFrontendChannel(InspectorFrontendChannel*);
49 InspectorFrontendChannel* m_receiver;
EventsCollector.h 36 class InspectorFrontendChannel;
43 void sendCollectedEvents(InspectorFrontendChannel*);
InspectorFrontendProxy.cpp 47 InspectorFrontendProxy::InspectorFrontendProxy(EventsCollector* collector, InspectorFrontendChannel* nextChannel)
53 void InspectorFrontendProxy::setInspectorFrontendChannel(InspectorFrontendChannel* receiver)
InspectorClient.h 30 #include "InspectorFrontendChannel.h"
39 class InspectorClient : public InspectorFrontendChannel {
WorkerInspectorController.h 47 class InspectorFrontendChannel;
61 void connectFrontend(InspectorFrontendChannel*);
EventsCollector.cpp 31 #include "InspectorFrontendChannel.h"
51 void EventsCollector::sendCollectedEvents(InspectorFrontendChannel* receiver)
WorkerInspectorController.cpp 42 #include "InspectorFrontendChannel.h"
99 void WorkerInspectorController::connectFrontend(InspectorFrontendChannel* channel)
InspectorResourceAgent.cpp 48 #include "InspectorFrontendChannel.h"
96 InspectorFrontendChannel* client = m_frontend->getInspectorFrontendChannel();

Completed in 665 milliseconds