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

  /external/chromium_org/content/browser/appcache/
appcache_request_handler.cc 328 if (!host_->associated_cache() ||
329 !host_->associated_cache()->is_complete() ||
330 host_->associated_cache()->owning_group()->is_being_deleted()) {
344 DCHECK(host_->associated_cache() && host_->associated_cache()->is_complete());
347 AppCache* cache = host_->associated_cache();
349 host_->associated_cache(), url,
397 if (!host_->associated_cache() ||
398 !host_->associated_cache()->is_complete()) {
appcache_host.cc 303 if ((associated_cache() && associated_cache()->is_complete()) ||
318 AppCache* cache = associated_cache();
369 DCHECK(!associated_cache());
500 DCHECK(!associated_cache());
appcache_host_unittest.cc 177 EXPECT_EQ(NULL, host.associated_cache());
224 EXPECT_EQ(NULL, host.associated_cache());
256 EXPECT_EQ(NULL, host.associated_cache());
532 EXPECT_EQ(NULL, host.associated_cache());
appcache_host.h 164 AppCache* associated_cache() const { return associated_cache_.get(); } function in class:content::AppCacheHost
appcache_storage_impl_unittest.cc     [all...]

Completed in 243 milliseconds