Lines Matching refs:UrlInfo
31 int UrlInfo::sequence_counter = 1;
33 UrlInfo::UrlInfo() in UrlInfo() function in chrome_browser_net::UrlInfo
43 UrlInfo::~UrlInfo() {} in ~UrlInfo()
45 bool UrlInfo::NeedsDnsUpdate() { in NeedsDnsUpdate()
65 const TimeDelta UrlInfo::kNullDuration(TimeDelta::FromMilliseconds(-1));
77 TimeDelta UrlInfo::cache_expiration_duration_(TimeDelta::FromSeconds(5));
79 const TimeDelta UrlInfo::kMaxNonNetworkDnsLookupDuration(
84 void UrlInfo::set_cache_expiration(TimeDelta time) { in set_cache_expiration()
89 TimeDelta UrlInfo::get_cache_expiration() { in get_cache_expiration()
93 void UrlInfo::SetQueuedState(ResolutionMotivation motivation) { in SetQueuedState()
103 void UrlInfo::SetAssignedState() { in SetAssignedState()
111 void UrlInfo::RemoveFromQueue() { in RemoveFromQueue()
131 void UrlInfo::SetPendingDeleteState() { in SetPendingDeleteState()
136 void UrlInfo::SetFoundState() { in SetFoundState()
148 void UrlInfo::SetNoSuchNameState() { in SetNoSuchNameState()
159 void UrlInfo::SetUrl(const GURL& url) { in SetUrl()
168 bool UrlInfo::IsStillCached() const { in IsStillCached()
184 void UrlInfo::DLogResultsStats(const char* message) const { in DLogResultsStats()
263 void UrlInfo::GetHtmlTable(const UrlInfoTable& host_infos, in GetHtmlTable()
315 void UrlInfo::SetMotivation(ResolutionMotivation motivation) { in SetMotivation()
321 std::string UrlInfo::GetAsciiMotivation() const { in GetAsciiMotivation()