OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InspectorApplicationCacheAgent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorApplicationCacheAgent.h
43
class
InspectorApplicationCacheAgent
: public InspectorBaseAgent<
InspectorApplicationCacheAgent
>, public InspectorBackendDispatcher::ApplicationCacheCommandHandler {
44
WTF_MAKE_NONCOPYABLE(
InspectorApplicationCacheAgent
); WTF_MAKE_FAST_ALLOCATED;
46
static PassOwnPtr<
InspectorApplicationCacheAgent
> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorPageAgent* pageAgent)
48
return adoptPtr(new
InspectorApplicationCacheAgent
(instrumentingAgents, state, pageAgent));
50
~
InspectorApplicationCacheAgent
() { }
68
InspectorApplicationCacheAgent
(InstrumentingAgents*, InspectorCompositeState*, InspectorPageAgent*);
InspectorApplicationCacheAgent.cpp
27
#include "core/inspector/
InspectorApplicationCacheAgent
.h"
44
InspectorApplicationCacheAgent
::
InspectorApplicationCacheAgent
(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorPageAgent* pageAgent)
45
: InspectorBaseAgent<
InspectorApplicationCacheAgent
>("ApplicationCache", instrumentingAgents, state)
51
void
InspectorApplicationCacheAgent
::setFrontend(InspectorFrontend* frontend)
56
void
InspectorApplicationCacheAgent
::clearFrontend()
62
void
InspectorApplicationCacheAgent
::restore()
70
void
InspectorApplicationCacheAgent
::enable(ErrorString*)
79
void
InspectorApplicationCacheAgent
::updateApplicationCacheStatus(Frame* frame)
93
void
InspectorApplicationCacheAgent
::networkStateChanged(bool online
[
all
...]
Completed in 1612 milliseconds