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

  /external/chromium_org/content/browser/appcache/
appcache_update_job_unittest.cc 674 host1.AssociateCompleteCache(cache1);
677 host2.AssociateCompleteCache(cache2);
680 host3.AssociateCompleteCache(cache1);
765 host1->AssociateCompleteCache(cache);
766 host2->AssociateCompleteCache(cache);
833 host->AssociateCompleteCache(cache);
872 host1->AssociateCompleteCache(cache);
873 host2->AssociateCompleteCache(cache);
    [all...]
appcache_host.cc 260 AssociateCompleteCache(swappable_cache_.get());
387 AssociateCompleteCache(cache);
524 void AppCacheHost::AssociateCompleteCache(AppCache* cache) {
appcache_group_unittest.cc 190 host1.AssociateCompleteCache(cache1);
195 host2.AssociateCompleteCache(cache1);
appcache_request_handler_unittest.cc 506 host_->AssociateCompleteCache(MakeNewCache());
570 host_->AssociateCompleteCache(MakeNewCache());
603 host_->AssociateCompleteCache(MakeNewCache());
637 host_->AssociateCompleteCache(MakeNewCache());
672 host_->AssociateCompleteCache(MakeNewCache());
702 host_->AssociateCompleteCache(MakeNewCache());
    [all...]
appcache_host.h 137 void AssociateCompleteCache(AppCache* cache);
appcache_host_unittest.cc 374 host.AssociateCompleteCache(cache1);
399 host.AssociateCompleteCache(cache3);
appcache_unittest.cc 52 host1.AssociateCompleteCache(cache.get());
53 host2.AssociateCompleteCache(cache.get());
appcache_update_job.cc 792 (*host_it)->AssociateCompleteCache(cache);
    [all...]

Completed in 133 milliseconds