Searched refs:complete_cache (Results 1 – 2 of 2) sorted by relevance
85 void AppCacheGroup::AddCache(AppCache* complete_cache) { in AddCache() argument86 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()
73 void AddCache(AppCache* complete_cache);