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

  /external/chromium_org/webkit/browser/appcache/
appcache_update_job_unittest.cc 320 typedef std::vector<int> HostIds;
321 typedef std::pair<HostIds, EventID> RaisedEvent;
697 MockFrontend::HostIds& host_ids = events[0].first;
741 frontend->AddExpectedEvent(MockFrontend::HostIds(1, host->host_id()),
775 MockFrontend::HostIds ids1(1, host1->host_id());
778 MockFrontend::HostIds ids2(1, host2->host_id());
809 frontend->AddExpectedEvent(MockFrontend::HostIds(1, host->host_id()),
844 MockFrontend::HostIds ids(1, host->host_id());
880 MockFrontend::HostIds ids1(1, host1->host_id());
883 MockFrontend::HostIds ids2(1, host2->host_id())
    [all...]
appcache_update_job.cc 32 typedef std::vector<int> HostIds;
33 typedef std::map<AppCacheFrontend*, HostIds> NotifyHostMap;
38 NotifyHostMap::value_type(host->frontend(), HostIds()));
    [all...]

Completed in 148 milliseconds