Home
last modified time | relevance | path

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

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