Searched defs:host_infos (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/net/
H A Durl_info.cc263 void UrlInfo::GetHtmlTable(const UrlInfoTable& host_infos, argument
267 if (0 == host_infos.size())
270 base::StringAppendF(output, "%" PRIuS " %s", host_infos.size(),
271 (1 == host_infos.size()) ? "hostname" : "hostnames");
292 for (UrlInfoTable::const_iterator it(host_infos.begin());
293 it != host_infos.end(); it++) {

Completed in 97 milliseconds