Home
last modified time | relevance | path

Searched refs:IsCacheStored (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dmock_appcache_storage_unittest.cc270 EXPECT_TRUE(storage->IsCacheStored(old_cache.get())); in TEST_F()
271 EXPECT_FALSE(storage->IsCacheStored(new_cache.get())); in TEST_F()
276 EXPECT_TRUE(storage->IsCacheStored(old_cache.get())); in TEST_F()
277 EXPECT_FALSE(storage->IsCacheStored(new_cache.get())); in TEST_F()
282 EXPECT_FALSE(storage->IsCacheStored(old_cache.get())); in TEST_F()
283 EXPECT_TRUE(storage->IsCacheStored(new_cache.get())); in TEST_F()
316 EXPECT_TRUE(storage->IsCacheStored(cache.get())); in TEST_F()
325 EXPECT_TRUE(storage->IsCacheStored(cache.get())); in TEST_F()
Dmock_appcache_storage.cc361 bool is_in_use = IsCacheStored(cache) && !cache->HasOneRef(); in ProcessFindResponseForMainRequest()
534 return IsCacheStored(cache) && cache->HasOneRef(); in ShouldCacheLoadAppearAsync()
Dmock_appcache_storage.h93 bool IsCacheStored(const AppCache* cache) { in IsCacheStored() function
Dappcache_update_job_unittest.cc3130 EXPECT_TRUE(storage->IsCacheStored(group_->newest_complete_cache())); in VerifyExpectations()