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