Home
last modified time | relevance | path

Searched refs:associated_cache (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_request_handler.cc321 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()
Dappcache_host.cc297 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()
Dappcache_host_unittest.cc176 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()
Dappcache_host.h146 AppCache* associated_cache() const { return associated_cache_.get(); } in associated_cache() function
Dappcache_storage_impl_unittest.cc1747 EXPECT_FALSE(host1->associated_cache()); in Verify_Reinitialized()