Searched refs:InspectorResourceAgent (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorResourceAgent.cpp32 #include "core/inspector/InspectorResourceAgent.h"
182 void InspectorResourceAgent::setFrontend(InspectorFrontend* frontend)
187 void InspectorResourceAgent::clearFrontend()
194 void InspectorResourceAgent::restore()
278 InspectorResourceAgent::~InspectorResourceAgent()
287 void InspectorResourceAgent::willSendRequest(unsigned long identifier, DocumentLoader* loader, ResourceRequest& request, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& initiatorInfo)
327 void InspectorResourceAgent::markResourceAsCached(unsigned long identifier)
332 void InspectorResourceAgent::didReceiveResourceResponse(Frame*, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader)
377 void InspectorResourceAgent
783 InspectorResourceAgent::InspectorResourceAgent(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorClient* client, InspectorCompositeState* state) function in class:WebCore::InspectorResourceAgent
[all...]
H A DInspectorResourceAgent.h76 class InspectorResourceAgent : public InspectorBaseAgent<InspectorResourceAgent>, public InspectorBackendDispatcher::NetworkCommandHandler { class in namespace:WebCore
78 static PassOwnPtr<InspectorResourceAgent> create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorClient* client, InspectorCompositeState* state)
80 return adoptPtr(new InspectorResourceAgent(instrumentingAgents, pageAgent, client, state));
87 static PassRefPtr<InspectorResourceAgent> restore(Page*, InspectorCompositeState*, InspectorFrontend*);
89 ~InspectorResourceAgent();
112 // FIXME: InspectorResourceAgent should not be aware of style recalculation.
154 InspectorResourceAgent(InstrumentingAgents*, InspectorPageAgent*, InspectorClient*, InspectorCompositeState*);
170 // FIXME: InspectorResourceAgent should now be aware of style recalculation.
H A DInspectorStyleSheet.h51 class InspectorResourceAgent;
175 static PassRefPtr<InspectorStyleSheet> create(InspectorPageAgent*, InspectorResourceAgent*, const String& id, PassRefPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum, const String& documentURL, Listener*);
211 InspectorStyleSheet(InspectorPageAgent*, InspectorResourceAgent*, const String& id, PassRefPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum, const String& documentURL, Listener*);
245 InspectorResourceAgent* m_resourceAgent;
259 static PassRefPtr<InspectorStyleSheetForInlineStyle> create(InspectorPageAgent*, InspectorResourceAgent*, const String& id, PassRefPtr<Element>, TypeBuilder::CSS::StyleSheetOrigin::Enum, Listener*);
267 InspectorStyleSheetForInlineStyle(InspectorPageAgent*, InspectorResourceAgent*, const String& id, PassRefPtr<Element>, TypeBuilder::CSS::StyleSheetOrigin::Enum, Listener*);
H A DInspectorCSSAgent.h54 class InspectorResourceAgent;
100 static PassOwnPtr<InspectorCSSAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorDOMAgent* domAgent, InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent)
164 InspectorCSSAgent(InstrumentingAgents*, InspectorCompositeState*, InspectorDOMAgent*, InspectorPageAgent*, InspectorResourceAgent*);
210 InspectorResourceAgent* m_resourceAgent;
H A DInspectorController.cpp61 #include "core/inspector/InspectorResourceAgent.h"
93 OwnPtr<InspectorResourceAgent> resourceAgentPtr(InspectorResourceAgent::create(m_instrumentingAgents.get(), pageAgent, inspectorClient, m_state.get()));
94 InspectorResourceAgent* resourceAgent = resourceAgentPtr.get();
384 if (InspectorResourceAgent* resourceAgent = m_instrumentingAgents->inspectorResourceAgent())
H A DInspectorInstrumentation.cpp41 #include "core/inspector/InspectorResourceAgent.h"
129 if (InspectorResourceAgent* inspectorResourceAgent = instrumentingAgents->inspectorResourceAgent())
H A DInspectorStyleSheet.cpp52 #include "core/inspector/InspectorResourceAgent.h"
936 PassRefPtr<InspectorStyleSheet> InspectorStyleSheet::create(InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent, const String& id, PassRefPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum origin, const String& documentURL, Listener* listener)
976 InspectorStyleSheet::InspectorStyleSheet(InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent, const String& id, PassRefPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum origin, const String& documentURL, Listener* listener)
1692 PassRefPtr<InspectorStyleSheetForInlineStyle> InspectorStyleSheetForInlineStyle::create(InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent, const String& id, PassRefPtr<Element> element, TypeBuilder::CSS::StyleSheetOrigin::Enum origin, Listener* listener)
1697 InspectorStyleSheetForInlineStyle::InspectorStyleSheetForInlineStyle(InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent, const String& id, PassRefPtr<Element> element, TypeBuilder::CSS::StyleSheetOrigin::Enum origin, Listener* listener)
H A DInspectorCSSAgent.cpp60 #include "core/inspector/InspectorResourceAgent.h"
607 InspectorCSSAgent::InspectorCSSAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorDOMAgent* domAgent, InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent)
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
H A Dwebcore_remaining.target.linux-arm.mk347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
H A Dwebcore_remaining.target.linux-mips.mk347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
H A Dwebcore_remaining.target.linux-x86.mk347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \

Completed in 175 milliseconds