HomeSort by relevance Sort by last modified time
    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"
45 InspectorApplicationCacheAgent::InspectorApplicationCacheAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorPageAgent* pageAgent)
46 : InspectorBaseAgent<InspectorApplicationCacheAgent>("ApplicationCache", instrumentingAgents, state)
52 void InspectorApplicationCacheAgent::setFrontend(InspectorFrontend* frontend)
57 void InspectorApplicationCacheAgent::clearFrontend()
63 void InspectorApplicationCacheAgent::restore()
71 void InspectorApplicationCacheAgent::enable(ErrorString*)
80 void InspectorApplicationCacheAgent::updateApplicationCacheStatus(Frame* frame)
94 void InspectorApplicationCacheAgent::networkStateChanged(
    [all...]

Completed in 52 milliseconds