Searched refs:old_cache (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dmock_appcache_storage_unittest.cc256 scoped_refptr<AppCache> old_cache(
258 old_cache->set_complete(true);
259 group->AddCache(old_cache.get());
261 storage->AddStoredCache(old_cache.get());
271 EXPECT_TRUE(storage->IsCacheStored(old_cache.get()));
277 EXPECT_TRUE(storage->IsCacheStored(old_cache.get()));
283 EXPECT_FALSE(storage->IsCacheStored(old_cache.get()));
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3_unittest.cc584 scoped_ptr<TestCacheTables> old_cache(cache.Pass());
586 cache.get()->CopyFrom(*old_cache.get());
639 scoped_ptr<TestCacheTables> old_cache(cache.Pass());
641 cache.get()->CopyFrom(*old_cache.get());
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc117 net::HttpAuthCache* old_cache = local
120 new_cache->UpdateAllFrom(*old_cache);

Completed in 145 milliseconds