Searched refs:InspectorResourceAgent (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorResourceAgent.cpp | 182 void InspectorResourceAgent::setFrontend(InspectorFrontend* frontend) in setFrontend() 187 void InspectorResourceAgent::clearFrontend() in clearFrontend() 194 void InspectorResourceAgent::restore() in restore() 278 InspectorResourceAgent::~InspectorResourceAgent() in ~InspectorResourceAgent() 287 void InspectorResourceAgent::willSendRequest(unsigned long identifier, DocumentLoader* loader, Reso… in willSendRequest() 327 void InspectorResourceAgent::markResourceAsCached(unsigned long identifier) in markResourceAsCached() 332 void InspectorResourceAgent::didReceiveResourceResponse(Frame*, unsigned long identifier, DocumentL… in didReceiveResourceResponse() 377 void InspectorResourceAgent::didReceiveData(unsigned long identifier, const char* data, int dataLen… in didReceiveData() 390 void InspectorResourceAgent::didFinishLoading(unsigned long identifier, DocumentLoader* loader, dou… in didFinishLoading() 404 void InspectorResourceAgent::didReceiveCORSRedirectResponse(Frame* frame, unsigned long identifier,… in didReceiveCORSRedirectResponse() [all …]
|
D | InspectorResourceAgent.h | 76 class InspectorResourceAgent : public InspectorBaseAgent<InspectorResourceAgent>, public InspectorB… 78 …static PassOwnPtr<InspectorResourceAgent> create(InstrumentingAgents* instrumentingAgents, Inspect… in create() 80 return adoptPtr(new InspectorResourceAgent(instrumentingAgents, pageAgent, client, state)); in create() 87 …static PassRefPtr<InspectorResourceAgent> restore(Page*, InspectorCompositeState*, InspectorFronte… 89 ~InspectorResourceAgent(); 154 …InspectorResourceAgent(InstrumentingAgents*, InspectorPageAgent*, InspectorClient*, InspectorCompo…
|
D | InspectorStyleSheet.h | 51 class InspectorResourceAgent; variable 175 …static PassRefPtr<InspectorStyleSheet> create(InspectorPageAgent*, InspectorResourceAgent*, const … 211 …InspectorStyleSheet(InspectorPageAgent*, InspectorResourceAgent*, const String& id, PassRefPtr<CSS… 245 InspectorResourceAgent* m_resourceAgent; 259 …r<InspectorStyleSheetForInlineStyle> create(InspectorPageAgent*, InspectorResourceAgent*, const St… 267 …InspectorStyleSheetForInlineStyle(InspectorPageAgent*, InspectorResourceAgent*, const String& id, …
|
D | InspectorCSSAgent.h | 54 class InspectorResourceAgent; variable 100 …ate, InspectorDOMAgent* domAgent, InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceA… in create() 164 …ents*, InspectorCompositeState*, InspectorDOMAgent*, InspectorPageAgent*, InspectorResourceAgent*); 210 InspectorResourceAgent* m_resourceAgent;
|
D | InspectorController.cpp | 93 …OwnPtr<InspectorResourceAgent> resourceAgentPtr(InspectorResourceAgent::create(m_instrumentingAgen… in InspectorController() 94 InspectorResourceAgent* resourceAgent = resourceAgentPtr.get(); in InspectorController() 384 if (InspectorResourceAgent* resourceAgent = m_instrumentingAgents->inspectorResourceAgent()) in setResourcesDataSizeLimitsFromInternals()
|
D | InspectorInstrumentation.cpp | 129 …if (InspectorResourceAgent* inspectorResourceAgent = instrumentingAgents->inspectorResourceAgent()) in willDestroyResourceImpl()
|
D | InspectorStyleSheet.cpp | 936 …heet> InspectorStyleSheet::create(InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceA… in create() 976 InspectorStyleSheet::InspectorStyleSheet(InspectorPageAgent* pageAgent, InspectorResourceAgent* res… in InspectorStyleSheet() 1692 …rStyleSheetForInlineStyle::create(InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceA… in create() 1697 …InspectorStyleSheetForInlineStyle(InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceA… in InspectorStyleSheetForInlineStyle()
|
D | InspectorCSSAgent.cpp | 607 …ate, InspectorDOMAgent* domAgent, InspectorPageAgent* pageAgent, InspectorResourceAgent* resourceA… in InspectorCSSAgent()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_remaining.target.linux-arm.mk | 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
|
D | webcore_remaining.target.linux-x86.mk | 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
|
D | webcore_remaining.target.linux-mips.mk | 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
|
D | webcore_remaining.target.darwin-arm.mk | 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
|
D | webcore_remaining.target.darwin-x86.mk | 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
|
D | webcore_remaining.target.darwin-mips.mk | 347 third_party/WebKit/Source/core/inspector/InspectorResourceAgent.cpp \
|
D | core.gypi | 1111 'inspector/InspectorResourceAgent.cpp', 1112 'inspector/InspectorResourceAgent.h',
|