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

/external/webkit/WebCore/loader/appcache/
H A DApplicationCacheStorage.h64 bool storeNewestCache(ApplicationCacheGroup*); // Updates the cache group, but doesn't remove old cache.
68 // Removes the group if the cache to be removed is the newest one (so, storeNewestCache() needs to be called beforehand when updating).
H A DApplicationCacheGroup.cpp751 cacheStorage().storeNewestCache(this);
781 if (cacheStorage().storeNewestCache(this)) {
H A DApplicationCacheStorage.cpp742 bool ApplicationCacheStorage::storeNewestCache(ApplicationCacheGroup* group) function in class:WebCore::ApplicationCacheStorage
1003 return copyStorage.storeNewestCache(groupCopy.get());

Completed in 57 milliseconds