Home
last modified time | relevance | path

Searched refs:UrlInfoTable (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/net/
Durl_info.h72 typedef std::vector<UrlInfo> UrlInfoTable; typedef
127 static void GetHtmlTable(const UrlInfoTable& host_infos,
Durl_info.cc263 void UrlInfo::GetHtmlTable(const UrlInfoTable& host_infos, in GetHtmlTable()
292 for (UrlInfoTable::const_iterator it(host_infos.begin()); in GetHtmlTable()
Dpredictor.cc424 UrlInfo::UrlInfoTable name_not_found; in GetHtmlInfo()
425 UrlInfo::UrlInfoTable name_preresolved; in GetHtmlInfo()
Dpredictor_api.cc282 UrlInfo::UrlInfoTable resolution_list; in GetFirstResolutionsHtml()