Searched defs:ApplicationCacheGroup (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp27 #include "ApplicationCacheGroup.h"
58 ApplicationCacheGroup::ApplicationCacheGroup(const KURL& manifestURL, bool isCopy) function in class:WebCore::ApplicationCacheGroup
77 ApplicationCacheGroup::~ApplicationCacheGroup()
99 ApplicationCache* ApplicationCacheGroup::cacheForMainRequest(const ResourceRequest& request, DocumentLoader*)
108 if (ApplicationCacheGroup* group = cacheStorage().cacheGroupForURL(url)) {
118 ApplicationCache* ApplicationCacheGroup::fallbackCacheForMainRequest(const ResourceRequest& request, DocumentLoader*)
127 if (ApplicationCacheGroup* group = cacheStorage().fallbackCacheGroupForURL(url)) {
137 void ApplicationCacheGroup
[all...]
H A DApplicationCacheGroup.h56 class ApplicationCacheGroup : ResourceHandleClient { class in namespace:WebCore
57 WTF_MAKE_NONCOPYABLE(ApplicationCacheGroup); WTF_MAKE_FAST_ALLOCATED;
59 ApplicationCacheGroup(const KURL& manifestURL, bool isCopy = false);
60 ~ApplicationCacheGroup();
189 // due to reaching the maximum size of the application cache database file. This flag is used by ApplicationCacheGroup::checkIfLoadIsComplete() to decide

Completed in 116 milliseconds