Searched refs:old_cache (Results 1 – 3 of 3) sorted by relevance
256 scoped_refptr<AppCache> old_cache( in TEST_F() local258 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()
584 scoped_ptr<TestCacheTables> old_cache(cache.Pass()); in TEST() local586 cache.get()->CopyFrom(*old_cache.get()); in TEST()639 scoped_ptr<TestCacheTables> old_cache(cache.Pass()); in TEST() local641 cache.get()->CopyFrom(*old_cache.get()); in TEST()
117 net::HttpAuthCache* old_cache = in TransferContextAuthenticationsOnIOThread() local120 new_cache->UpdateAllFrom(*old_cache); in TransferContextAuthenticationsOnIOThread()