Searched refs:old_caches_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_group.cc55 DCHECK(old_caches_.empty());
95 old_caches_.push_back(newest_complete_cache_);
99 for (Caches::iterator it = old_caches_.begin();
100 it != old_caches_.end(); ++it) {
108 old_caches_.push_back(complete_cache);
122 std::find(old_caches_.begin(), old_caches_.end(), cache);
123 if (it != old_caches_.end()) {
125 old_caches_.erase(it);
129 if (!is_obsolete() && old_caches_
[all...]
H A Dappcache_group.h120 const Caches& old_caches() const { return old_caches_; }
139 Caches old_caches_; member in class:content::AppCacheGroup

Completed in 98 milliseconds