Searched refs:rtt_buckets_ (Results 1 – 2 of 2) sorted by relevance
65 base::LazyInstance<DnsSession::RttBuckets>::Leaky DnsSession::rtt_buckets_ = member in net::DnsSession95 rtt_buckets_.Pointer())); in DnsSession()281 while (remaining_count > 0 && index < rtt_buckets_.Get().size()) { in NextTimeoutFromHistogram()287 base::TimeDelta::FromMilliseconds(rtt_buckets_.Get().range(index)); in NextTimeoutFromHistogram()
140 static base::LazyInstance<RttBuckets>::Leaky rtt_buckets_; in NON_EXPORTED_BASE() local