Home | History | Annotate | Download | only in inspector

Lines Matching defs:InspectorApplicationCacheAgent

27 #include "core/inspector/InspectorApplicationCacheAgent.h"
44 InspectorApplicationCacheAgent::InspectorApplicationCacheAgent(InspectorPageAgent* pageAgent)
45 : InspectorBaseAgent<InspectorApplicationCacheAgent>("ApplicationCache")
51 void InspectorApplicationCacheAgent::setFrontend(InspectorFrontend* frontend)
56 void InspectorApplicationCacheAgent::clearFrontend()
62 void InspectorApplicationCacheAgent::restore()
70 void InspectorApplicationCacheAgent::enable(ErrorString*)
79 void InspectorApplicationCacheAgent::updateApplicationCacheStatus(LocalFrame* frame)
93 void InspectorApplicationCacheAgent::networkStateChanged(bool online)
98 void InspectorApplicationCacheAgent::getFramesWithManifests(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::FrameWithManifest> >& result)
123 DocumentLoader* InspectorApplicationCacheAgent::assertFrameWithDocumentLoader(ErrorString* errorString, String frameId)
132 void InspectorApplicationCacheAgent::getManifestForFrame(ErrorString* errorString, const String& frameId, String* manifestURL)
142 void InspectorApplicationCacheAgent::getApplicationCacheForFrame(ErrorString* errorString, const String& frameId, RefPtr<TypeBuilder::ApplicationCache::ApplicationCache>& applicationCache)
157 PassRefPtr<TypeBuilder::ApplicationCache::ApplicationCache> InspectorApplicationCacheAgent::buildObjectForApplicationCache(const ApplicationCacheHost::ResourceInfoList& applicationCacheResources, const ApplicationCacheHost::CacheInfo& applicationCacheInfo)
168 PassRefPtr<TypeBuilder::Array<TypeBuilder::ApplicationCache::ApplicationCacheResource> > InspectorApplicationCacheAgent::buildArrayForApplicationCacheResources(const ApplicationCacheHost::ResourceInfoList& applicationCacheResources)
180 PassRefPtr<TypeBuilder::ApplicationCache::ApplicationCacheResource> InspectorApplicationCacheAgent::buildObjectForApplicationCacheResource(const ApplicationCacheHost::ResourceInfo& resourceInfo)