Home | History | Annotate | Download | only in net

Lines Matching refs:UrlInfo

31 int UrlInfo::sequence_counter = 1;
33 UrlInfo::UrlInfo()
43 UrlInfo::~UrlInfo() {}
45 bool UrlInfo::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) {
89 TimeDelta UrlInfo::get_cache_expiration() {
93 void UrlInfo::SetQueuedState(ResolutionMotivation motivation) {
103 void UrlInfo::SetAssignedState() {
111 void UrlInfo::RemoveFromQueue() {
131 void UrlInfo::SetPendingDeleteState() {
136 void UrlInfo::SetFoundState() {
148 void UrlInfo::SetNoSuchNameState() {
159 void UrlInfo::SetUrl(const GURL& url) {
168 bool UrlInfo::IsStillCached() const {
184 void UrlInfo::DLogResultsStats(const char* message) const {
263 void UrlInfo::GetHtmlTable(const UrlInfoTable& host_infos,
315 void UrlInfo::SetMotivation(ResolutionMotivation motivation) {
321 std::string UrlInfo::GetAsciiMotivation() const {