Searched refs:IsCacheStored (Results 1 – 4 of 4) sorted by relevance
270 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()
361 bool is_in_use = IsCacheStored(cache) && !cache->HasOneRef(); in ProcessFindResponseForMainRequest()534 return IsCacheStored(cache) && cache->HasOneRef(); in ShouldCacheLoadAppearAsync()
93 bool IsCacheStored(const AppCache* cache) { in IsCacheStored() function
3130 EXPECT_TRUE(storage->IsCacheStored(group_->newest_complete_cache())); in VerifyExpectations()