Searched refs:host_infos (Results 1 – 2 of 2) sorted by relevance
263 void UrlInfo::GetHtmlTable(const UrlInfoTable& host_infos, in GetHtmlTable() argument267 if (0 == host_infos.size()) in GetHtmlTable()270 base::StringAppendF(output, "%" PRIuS " %s", host_infos.size(), in GetHtmlTable()271 (1 == host_infos.size()) ? "hostname" : "hostnames"); in GetHtmlTable()292 for (UrlInfoTable::const_iterator it(host_infos.begin()); in GetHtmlTable()293 it != host_infos.end(); it++) { in GetHtmlTable()
127 static void GetHtmlTable(const UrlInfoTable& host_infos,