Home
last modified time | relevance | path

Searched refs:HostIds (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_update_job_unittest.cc320 typedef std::vector<int> HostIds; typedef in appcache::MockFrontend
321 typedef std::pair<HostIds, EventID> RaisedEvent;
697 MockFrontend::HostIds& host_ids = events[0].first; in StartUpgradeAttemptTest()
741 frontend->AddExpectedEvent(MockFrontend::HostIds(1, host->host_id()), in CacheAttemptFetchManifestFailTest()
775 MockFrontend::HostIds ids1(1, host1->host_id()); in UpgradeFetchManifestFailTest()
778 MockFrontend::HostIds ids2(1, host2->host_id()); in UpgradeFetchManifestFailTest()
809 frontend->AddExpectedEvent(MockFrontend::HostIds(1, host->host_id()), in ManifestRedirectTest()
844 MockFrontend::HostIds ids(1, host->host_id()); in ManifestMissingMimeTypeTest()
880 MockFrontend::HostIds ids1(1, host1->host_id()); in ManifestNotFoundTest()
883 MockFrontend::HostIds ids2(1, host2->host_id()); in ManifestNotFoundTest()
[all …]
Dappcache_update_job.cc33 typedef std::vector<int> HostIds; typedef in appcache::HostNotifier
34 typedef std::map<AppCacheFrontend*, HostIds> NotifyHostMap;
39 NotifyHostMap::value_type(host->frontend(), HostIds())); in AddHost()