Home | History | Annotate | Download | only in net

Lines Matching refs:UrlInfo

132                             UrlInfo::ResolutionMotivation motivation) {
143 UrlInfo::ResolutionMotivation motivation) {
174 UrlInfo::ResolutionMotivation motivation(UrlInfo::OMNIBOX_MOTIVATED);
239 UrlInfo::ResolutionMotivation motivation(UrlInfo::EARLY_LOAD_MOTIVATED);
269 PreconnectOnIOThread(url, UrlInfo::SELF_REFERAL_MOTIVATED, 2);
275 const UrlInfo::ResolutionMotivation motivation =
276 UrlInfo::LEARNED_REFERAL_MOTIVATED;
296 UrlInfo* queued_info = AppendToResolutionQueue(future_url->first,
423 UrlInfo
424 UrlInfo::UrlInfoTable name_not_found;
425 UrlInfo::UrlInfoTable name_preresolved;
428 typedef std::map<GURL, UrlInfo, RightToLeftStringSorter> SortedUrlInfo;
430 // UrlInfo supports value semantics, so we can do a shallow copy.
434 // Partition the UrlInfo's into categories.
452 UrlInfo::GetHtmlTable(name_preresolved,
454 UrlInfo::GetHtmlTable(name_not_found,
458 UrlInfo* Predictor::AppendToResolutionQueue(
460 UrlInfo::ResolutionMotivation motivation) {
467 UrlInfo* info = &results_[url];
491 UrlInfo* info = &results_[url];
517 bool Predictor::CongestionControlPerformed(UrlInfo* info) {
549 UrlInfo* info = &results_[url];
571 UrlInfo* info = &results_[url];
584 UrlInfo* info = &it->second;
712 UrlInfo::ResolutionMotivation motivation) {
714 case UrlInfo::STATIC_REFERAL_MOTIVATED:
715 case UrlInfo::LEARNED_REFERAL_MOTIVATED:
716 case UrlInfo::MOUSE_OVER_MOTIVATED: