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 698 host1.AssociateCompleteCache(cache1);
701 host2.AssociateCompleteCache(cache2);
704 host3.AssociateCompleteCache(cache1);
789 host1->AssociateCompleteCache(cache);
790 host2->AssociateCompleteCache(cache);
857 host->AssociateCompleteCache(cache);
896 host1->AssociateCompleteCache(cache);
897 host2->AssociateCompleteCache(cache);
    [all...]
appcache_group_unittest.cc 197 host1.AssociateCompleteCache(cache1);
202 host2.AssociateCompleteCache(cache1);
appcache_request_handler_unittest.cc 522 host_->AssociateCompleteCache(MakeNewCache());
584 host_->AssociateCompleteCache(MakeNewCache());
616 host_->AssociateCompleteCache(MakeNewCache());
649 host_->AssociateCompleteCache(MakeNewCache());
683 host_->AssociateCompleteCache(MakeNewCache());
712 host_->AssociateCompleteCache(MakeNewCache());
    [all...]
appcache_host_unittest.cc 388 host.AssociateCompleteCache(cache1);
413 host.AssociateCompleteCache(cache3);
appcache_unittest.cc 72 host1.AssociateCompleteCache(cache.get());
73 host2.AssociateCompleteCache(cache.get());
  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 260 AssociateCompleteCache(swappable_cache_.get());
387 AssociateCompleteCache(cache);
524 void AppCacheHost::AssociateCompleteCache(AppCache* cache) {
appcache_host.h 140 void AssociateCompleteCache(AppCache* cache);
appcache_update_job.cc 770 (*host_it)->AssociateCompleteCache(cache);
    [all...]

Completed in 97 milliseconds