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

  /external/chromium_org/webkit/browser/appcache/
appcache_group.cc 101 AppCache::AppCacheHosts& hosts = (*it)->associated_hosts();
113 DCHECK(cache->associated_hosts().empty());
appcache.h 87 AppCacheHosts& associated_hosts() { return associated_hosts_; } function in class:appcache::AppCache
appcache_update_job.cc 821 host_notifier->AddHosts(inprogress_cache_->associated_hosts());
827 host_notifier->AddHosts((*it)->associated_hosts());
832 host_notifier->AddHosts(newest_cache->associated_hosts());
    [all...]

Completed in 83 milliseconds