Searched refs:old_caches (Results 1 – 4 of 4) sorted by relevance
237 AppCacheGroup::Caches copy = group->old_caches(); in ProcessStoreGroupAndNewestCache()444 AppCacheGroup::Caches copy = group->old_caches(); in ProcessMakeGroupObsolete()530 const AppCacheGroup::Caches& old_caches = group->old_caches(); in ShouldGroupLoadAppearAsync() local531 AppCacheGroup::Caches::const_iterator it = old_caches.begin(); in ShouldGroupLoadAppearAsync()532 while (it != old_caches.end()) { in ShouldGroupLoadAppearAsync()
3141 EXPECT_TRUE(group_->old_caches().end() != in VerifyExpectations()3142 std::find(group_->old_caches().begin(), in VerifyExpectations()3143 group_->old_caches().end(), expect_old_cache_)); in VerifyExpectations()3147 EXPECT_TRUE(group_->old_caches().end() == in VerifyExpectations()3148 std::find(group_->old_caches().begin(), in VerifyExpectations()3149 group_->old_caches().end(), expect_newest_cache_)); in VerifyExpectations()
124 const Caches& old_caches() const { return old_caches_; } in old_caches() function
1011 AppCacheGroup::Caches old_caches = group_->old_caches(); in AddAllAssociatedHostsToNotifier() local1012 for (AppCacheGroup::Caches::const_iterator it = old_caches.begin(); in AddAllAssociatedHostsToNotifier()1013 it != old_caches.end(); ++it) { in AddAllAssociatedHostsToNotifier()