Searched refs:associated_cache (Results 1 – 5 of 5) sorted by relevance
321 if (!host_->associated_cache() || in MaybeLoadSubResource()322 !host_->associated_cache()->is_complete()) { in MaybeLoadSubResource()336 DCHECK(host_->associated_cache() && host_->associated_cache()->is_complete()); in ContinueMaybeLoadSubResource()339 AppCache* cache = host_->associated_cache(); in ContinueMaybeLoadSubResource()341 host_->associated_cache(), url, in ContinueMaybeLoadSubResource()389 if (!host_->associated_cache() || in OnCacheSelectionComplete()390 !host_->associated_cache()->is_complete()) { in OnCacheSelectionComplete()
297 if ((associated_cache() && associated_cache()->is_complete()) || in CreateRequestHandler()312 AppCache* cache = associated_cache(); in GetStatus()363 DCHECK(!associated_cache()); in FinishCacheSelection()494 DCHECK(!associated_cache()); in PrepareForTransfer()
176 EXPECT_EQ(NULL, host.associated_cache()); in TEST_F()223 EXPECT_EQ(NULL, host.associated_cache()); in TEST_F()255 EXPECT_EQ(NULL, host.associated_cache()); in TEST_F()531 EXPECT_EQ(NULL, host.associated_cache()); in TEST_F()
146 AppCache* associated_cache() const { return associated_cache_.get(); } in associated_cache() function
1747 EXPECT_FALSE(host1->associated_cache()); in Verify_Reinitialized()