OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InspectorResourceAgent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
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.
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
...]
Completed in 25 milliseconds