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

  /external/chromium_org/webkit/browser/appcache/
appcache_request_handler.cc 321 if (!host_->associated_cache() ||
322 !host_->associated_cache()->is_complete() ||
323 host_->associated_cache()->owning_group()->is_being_deleted()) {
337 DCHECK(host_->associated_cache() && host_->associated_cache()->is_complete());
340 AppCache* cache = host_->associated_cache();
342 host_->associated_cache(), url,
390 if (!host_->associated_cache() ||
391 !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.h 167 AppCache* associated_cache() const { return associated_cache_.get(); } function in class:appcache::AppCacheHost
  /external/chromium_org/content/browser/appcache/
appcache_host_unittest.cc 191 EXPECT_EQ(NULL, host.associated_cache());
238 EXPECT_EQ(NULL, host.associated_cache());
270 EXPECT_EQ(NULL, host.associated_cache());
546 EXPECT_EQ(NULL, host.associated_cache());
appcache_storage_impl_unittest.cc     [all...]

Completed in 9600 milliseconds