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

  /external/chromium_org/content/browser/appcache/
appcache_update_job_unittest.cc 323 typedef std::vector<int> HostIds;
324 typedef std::pair<HostIds, AppCacheEventID> RaisedEvent;
700 MockFrontend::HostIds& host_ids = events[0].first;
744 frontend->AddExpectedEvent(MockFrontend::HostIds(1, host->host_id()),
778 MockFrontend::HostIds ids1(1, host1->host_id());
781 MockFrontend::HostIds ids2(1, host2->host_id());
812 frontend->AddExpectedEvent(MockFrontend::HostIds(1, host->host_id()),
847 MockFrontend::HostIds ids(1, host->host_id());
883 MockFrontend::HostIds ids1(1, host1->host_id());
886 MockFrontend::HostIds ids2(1, host2->host_id())
    [all...]
appcache_update_job.cc 54 typedef std::vector<int> HostIds;
55 typedef std::map<AppCacheFrontend*, HostIds> NotifyHostMap;
60 NotifyHostMap::value_type(host->frontend(), HostIds()));
102 for (HostIds::iterator id = it->second.begin();
    [all...]

Completed in 157 milliseconds