Searched refs:storeNewestCache (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.h81 bool storeNewestCache(ApplicationCacheGroup*, ApplicationCache* oldCache, FailureReason& failureReason);
82 bool storeNewestCache(ApplicationCacheGroup*); // Updates the cache group, but doesn't remove old cache.
86 // Removes the group if the cache to be removed is the newest one (so, storeNewestCache() needs to be called beforehand when updating).
H A DApplicationCacheStorage.cpp798 // to check the per-origin quota here, as it was already checked in storeNewestCache().
950 bool ApplicationCacheStorage::storeNewestCache(ApplicationCacheGroup* group, ApplicationCache* oldCache, FailureReason& failureReason) function in class:WebCore::ApplicationCacheStorage
1021 bool ApplicationCacheStorage::storeNewestCache(ApplicationCacheGroup* group) function in class:WebCore::ApplicationCacheStorage
1025 return storeNewestCache(group, 0, ignoredFailureReason);
1294 return copyStorage.storeNewestCache(groupCopy.get());
H A DApplicationCacheGroup.cpp843 cacheStorage().storeNewestCache(this);
873 if (cacheStorage().storeNewestCache(this, oldNewestCache.get(), failureReason)) {

Completed in 84 milliseconds