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

  /external/chromium_org/webkit/browser/appcache/
mock_appcache_storage_unittest.cc 255 scoped_refptr<AppCache> old_cache(
257 old_cache->set_complete(true);
258 group->AddCache(old_cache.get());
260 storage->AddStoredCache(old_cache.get());
270 EXPECT_TRUE(storage->IsCacheStored(old_cache.get()));
276 EXPECT_TRUE(storage->IsCacheStored(old_cache.get()));
282 EXPECT_FALSE(storage->IsCacheStored(old_cache.get()));
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc 103 net::HttpAuthCache* old_cache = local
106 new_cache->UpdateAllFrom(*old_cache);
    [all...]

Completed in 79 milliseconds