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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 32 #include "core/inspector/InspectorResourceAgent.h"
182 void InspectorResourceAgent::setFrontend(InspectorFrontend* frontend)
187 void InspectorResourceAgent::clearFrontend()
194 void InspectorResourceAgent::restore()
278 InspectorResourceAgent::~InspectorResourceAgent()
284 ASSERT(!m_instrumentingAgents->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 Resour (…)
    [all...]
InspectorResourceAgent.h 76 class InspectorResourceAgent : public InspectorBaseAgent<InspectorResourceAgent>, public InspectorBackendDispatcher::NetworkCommandHandler {
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.
InspectorStyleSheet.h 51 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*);
InspectorCSSAgent.h 54 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;
InspectorController.cpp 61 #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())
InspectorInstrumentation.cpp 41 #include "core/inspector/InspectorResourceAgent.h"
129 if (InspectorResourceAgent* inspectorResourceAgent = instrumentingAgents->inspectorResourceAgent())
130 inspectorResourceAgent->willDestroyResource(cachedResource);
InspectorStyleSheet.cpp 52 #include "core/inspector/InspectorResourceAgent.h"
    [all...]
InspectorCSSAgent.cpp 60 #include "core/inspector/InspectorResourceAgent.h"
607 InspectorCSSAgent::InspectorCSSAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorDOMAgent* domAgent, InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceAgent)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
    [all...]

Completed in 319 milliseconds