Searched refs:InspectorFrontendProxy (Results 1 – 10 of 10) sorted by relevance
41 InspectorFrontendProxy::InspectorFrontendProxy(EventsCollector* collector) in InspectorFrontendProxy() function in WebCore::InspectorFrontendProxy47 InspectorFrontendProxy::InspectorFrontendProxy(EventsCollector* collector, InspectorFrontendChannel… in InspectorFrontendProxy() function in WebCore::InspectorFrontendProxy53 void InspectorFrontendProxy::setInspectorFrontendChannel(InspectorFrontendChannel* receiver) in setInspectorFrontendChannel()58 void InspectorFrontendProxy::setEventsCollector(EventsCollector* collector) in setEventsCollector()63 bool InspectorFrontendProxy::sendMessageToFrontend(const String& message) in sendMessageToFrontend()
38 class InspectorFrontendProxy : public InspectorFrontendChannel {40 explicit InspectorFrontendProxy(EventsCollector*);41 InspectorFrontendProxy(EventsCollector*, InspectorFrontendChannel* nextChannel);42 virtual ~InspectorFrontendProxy() { } in ~InspectorFrontendProxy()
55 class InspectorFrontendProxy; variable136 OwnPtr<InspectorFrontendProxy> m_inspectorFrontendProxy;
578 m_inspectorFrontendProxy = new InspectorFrontendProxy(m_eventsCollector.get()); in InspectorResourceAgent()
834 inspector/InspectorFrontendProxy.cpp \1780 inspector/InspectorFrontendProxy.h \
917 inspector/InspectorFrontendProxy.cpp
1973 Source/WebCore/inspector/InspectorFrontendProxy.cpp \1974 Source/WebCore/inspector/InspectorFrontendProxy.h \
3264 'inspector/InspectorFrontendProxy.cpp',3265 'inspector/InspectorFrontendProxy.h',
19781 Added InspectorFrontendProxy and EventsCollector.19800 * inspector/InspectorFrontendProxy.cpp: Added.19801 (WebCore::InspectorFrontendProxy::InspectorFrontendProxy):19802 (WebCore::InspectorFrontendProxy::setInspectorFrontendChannel):19803 (WebCore::InspectorFrontendProxy::setEventsCollector):19804 (WebCore::InspectorFrontendProxy::sendMessageToFrontend):19805 * inspector/InspectorFrontendProxy.h: Added.19806 (WebCore::InspectorFrontendProxy::~InspectorFrontendProxy):
652 …A8008EA455 /* InspectorFrontendProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 22777B4C13…653 …1A8008EA455 /* InspectorFrontendProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 22777B4D134…7111 … /* InspectorFrontendProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…7112 …455 /* InspectorFrontendProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …13315 22777B4C134A01A8008EA455 /* InspectorFrontendProxy.cpp */,13316 22777B4D134A01A8008EA455 /* InspectorFrontendProxy.h */,21412 22777B4F134A01A8008EA455 /* InspectorFrontendProxy.h in Headers */,24235 22777B4E134A01A8008EA455 /* InspectorFrontendProxy.cpp in Sources */,