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

/external/chromium_org/chrome/browser/net/
H A Durl_info.cc282 void UrlInfo::GetHtmlTable(const UrlInfoTable& host_infos, argument
286 if (0 == host_infos.size())
289 base::StringAppendF(output, "%" PRIuS " %s", host_infos.size(),
290 (1 == host_infos.size()) ? "hostname" : "hostnames");
311 for (UrlInfoTable::const_iterator it(host_infos.begin());
312 it != host_infos.end(); it++) {

Completed in 53 milliseconds