Searched refs:connection_expectation (Results 1 – 1 of 1) sorted by relevance
280 double connection_expectation = future_url->second.subresource_use_rate(); in PrepareFrameSubresources() local282 static_cast<int>(connection_expectation * 100), in PrepareFrameSubresources()286 connection_expectation > kPreconnectWorthyExpectedValue) { in PrepareFrameSubresources()289 int count = static_cast<int>(std::ceil(connection_expectation)); in PrepareFrameSubresources()293 } else if (connection_expectation > kDNSPreresolutionWorthyExpectedValue) { in PrepareFrameSubresources()