Home
last modified time | relevance | path

Searched refs:complete_cache (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_group.cc85 void AppCacheGroup::AddCache(AppCache* complete_cache) { in AddCache() argument
86 DCHECK(complete_cache->is_complete()); in AddCache()
87 complete_cache->set_owning_group(this); in AddCache()
90 newest_complete_cache_ = complete_cache; in AddCache()
94 if (complete_cache->IsNewerThan(newest_complete_cache_)) { in AddCache()
96 newest_complete_cache_ = complete_cache; in AddCache()
108 old_caches_.push_back(complete_cache); in AddCache()
Dappcache_group.h73 void AddCache(AppCache* complete_cache);