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()) {
336 DCHECK(host_->associated_cache() && host_->associated_cache()->is_complete());
339 AppCache* cache = host_->associated_cache();
341 host_->associated_cache(), url,
389 if (!host_->associated_cache() ||
390 !host_->associated_cache()->is_complete()) {
appcache_host.cc 297 if ((associated_cache() && associated_cache()->is_complete()) ||
312 AppCache* cache = associated_cache();
363 DCHECK(!associated_cache());
494 DCHECK(!associated_cache());
appcache_host.h 146 AppCache* associated_cache() const { return associated_cache_.get(); } function in class:appcache::AppCacheHost
appcache_host_unittest.cc 176 EXPECT_EQ(NULL, host.associated_cache());
223 EXPECT_EQ(NULL, host.associated_cache());
255 EXPECT_EQ(NULL, host.associated_cache());
531 EXPECT_EQ(NULL, host.associated_cache());
appcache_storage_impl_unittest.cc     [all...]

Completed in 39 milliseconds