Searched refs:remaining_count (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/dns/
H A Ddns_session.cc279 base::HistogramBase::Count remaining_count = kRTOPercentile * total / 100; local
281 while (remaining_count > 0 && index < rtt_buckets_.Get().size()) {
282 remaining_count -= samples.GetCountAtIndex(index);

Completed in 49 milliseconds