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

/external/chromium_org/chrome/browser/net/
H A Dpredictor.cc983 double connection_expectation = future_url->second.subresource_use_rate(); local
985 static_cast<int>(connection_expectation * 100),
989 connection_expectation > kPreconnectWorthyExpectedValue) {
992 int count = static_cast<int>(std::ceil(connection_expectation));
997 } else if (connection_expectation > kDNSPreresolutionWorthyExpectedValue) {

Completed in 97 milliseconds