Home
last modified time | relevance | path

Searched refs:old_caches (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dmock_appcache_storage.cc237 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() local
531 AppCacheGroup::Caches::const_iterator it = old_caches.begin(); in ShouldGroupLoadAppearAsync()
532 while (it != old_caches.end()) { in ShouldGroupLoadAppearAsync()
Dappcache_update_job_unittest.cc3141 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()
/external/chromium_org/webkit/browser/appcache/
Dappcache_group.h124 const Caches& old_caches() const { return old_caches_; } in old_caches() function
Dappcache_update_job.cc1011 AppCacheGroup::Caches old_caches = group_->old_caches(); in AddAllAssociatedHostsToNotifier() local
1012 for (AppCacheGroup::Caches::const_iterator it = old_caches.begin(); in AddAllAssociatedHostsToNotifier()
1013 it != old_caches.end(); ++it) { in AddAllAssociatedHostsToNotifier()