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

  /external/chromium_org/webkit/browser/appcache/
appcache_update_job_unittest.cc 671 host1.AssociateCompleteCache(cache1);
674 host2.AssociateCompleteCache(cache2);
677 host3.AssociateCompleteCache(cache1);
762 host1->AssociateCompleteCache(cache);
763 host2->AssociateCompleteCache(cache);
830 host->AssociateCompleteCache(cache);
869 host1->AssociateCompleteCache(cache);
870 host2->AssociateCompleteCache(cache);
    [all...]
appcache_host.cc 254 AssociateCompleteCache(swappable_cache_.get());
381 AssociateCompleteCache(cache);
518 void AppCacheHost::AssociateCompleteCache(AppCache* cache) {
appcache_host.h 119 void AssociateCompleteCache(AppCache* cache);
appcache_group_unittest.cc 190 host1.AssociateCompleteCache(cache1);
195 host2.AssociateCompleteCache(cache1);
appcache_request_handler_unittest.cc 479 host_->AssociateCompleteCache(MakeNewCache());
541 host_->AssociateCompleteCache(MakeNewCache());
573 host_->AssociateCompleteCache(MakeNewCache());
606 host_->AssociateCompleteCache(MakeNewCache());
640 host_->AssociateCompleteCache(MakeNewCache());
669 host_->AssociateCompleteCache(MakeNewCache());
    [all...]
appcache_host_unittest.cc 373 host.AssociateCompleteCache(cache1);
398 host.AssociateCompleteCache(cache3);
appcache_update_job.cc 649 (*host_it)->AssociateCompleteCache(cache);
    [all...]
appcache_unittest.cc 51 host1.AssociateCompleteCache(cache.get());
52 host2.AssociateCompleteCache(cache.get());

Completed in 38 milliseconds