HomeSort by relevance Sort by last modified time
    Searched refs:old_caches (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/webkit/browser/appcache/
mock_appcache_storage.cc 227 AppCacheGroup::Caches copy = group->old_caches();
431 AppCacheGroup::Caches copy = group->old_caches();
516 const AppCacheGroup::Caches& old_caches = group->old_caches(); local
517 AppCacheGroup::Caches::const_iterator it = old_caches.begin();
518 while (it != old_caches.end()) {
appcache_group.h 100 friend class MockAppCacheStorage; // for old_caches()
114 const Caches& old_caches() const { return old_caches_; } function in class:appcache::AppCacheGroup
appcache_update_job.cc 824 AppCacheGroup::Caches old_caches = group_->old_caches(); local
825 for (AppCacheGroup::Caches::const_iterator it = old_caches.begin();
826 it != old_caches.end(); ++it) {
    [all...]
appcache_update_job_unittest.cc     [all...]

Completed in 1111 milliseconds