Home
last modified time | relevance | path

Searched refs:host_infos (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/net/
Durl_info.cc284 void UrlInfo::GetHtmlTable(const UrlInfoTable& host_infos, in GetHtmlTable() argument
288 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()
Durl_info.h123 static void GetHtmlTable(const UrlInfoTable& host_infos,