HomeSort by relevance Sort by last modified time
    Searched full:inspectorfrontendchannel (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/inspector/
InspectorFrontendProxy.h 31 #include "InspectorFrontendChannel.h"
38 class InspectorFrontendProxy : public InspectorFrontendChannel {
41 InspectorFrontendProxy(EventsCollector*, InspectorFrontendChannel* nextChannel);
44 void setInspectorFrontendChannel(InspectorFrontendChannel*);
49 InspectorFrontendChannel* m_receiver;
InspectorFrontendChannel.h 33 class InspectorFrontendChannel {
35 virtual ~InspectorFrontendChannel() { }
EventsCollector.cpp 31 #include "InspectorFrontendChannel.h"
51 void EventsCollector::sendCollectedEvents(InspectorFrontendChannel* receiver)
EventsCollector.h 36 class InspectorFrontendChannel;
43 void sendCollectedEvents(InspectorFrontendChannel*);
InspectorClient.h 30 #include "InspectorFrontendChannel.h"
39 class InspectorClient : public InspectorFrontendChannel {
InspectorFrontendProxy.cpp 47 InspectorFrontendProxy::InspectorFrontendProxy(EventsCollector* collector, InspectorFrontendChannel* nextChannel)
53 void InspectorFrontendProxy::setInspectorFrontendChannel(InspectorFrontendChannel* receiver)
WorkerInspectorController.h 47 class InspectorFrontendChannel;
61 void connectFrontend(InspectorFrontendChannel*);
CodeGeneratorInspector.pm 99 $typeTransform{"InspectorFrontendChannel"} = {
100 "forward" => "InspectorFrontendChannel",
101 "header" => "InspectorFrontendChannel.h",
272 $frontendConstructor = " ${frontendClassName}(InspectorFrontendChannel*);";
274 push(@frontendFooter, " InspectorFrontendChannel* m_inspectorFrontendChannel;");
276 $frontendTypes{"InspectorFrontendChannel"} = 1;
283 $backendTypes{"InspectorFrontendChannel"} = 1;
313 push(@frontendMethods, " ${agentName}(InspectorFrontendChannel* inspectorFrontendChannel) : m_inspectorFrontendChannel(inspectorFrontendChannel) { }");
    [all...]
WorkerInspectorController.cpp 42 #include "InspectorFrontendChannel.h"
99 void WorkerInspectorController::connectFrontend(InspectorFrontendChannel* channel)
InspectorResourceAgent.cpp 48 #include "InspectorFrontendChannel.h"
96 InspectorFrontendChannel* client = m_frontend->getInspectorFrontendChannel();
  /external/webkit/Source/WebCore/
WebCore.pro     [all...]
GNUmakefile.list.am     [all...]
WebCore.gypi     [all...]
  /external/webkit/Source/WebCore/WebCore.xcodeproj/
project.pbxproj     [all...]

Completed in 338 milliseconds