OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:connection_expectation
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/net/
predictor.cc
280
double
connection_expectation
= future_url->second.subresource_use_rate();
local
282
static_cast<int>(
connection_expectation
* 100),
286
connection_expectation
> kPreconnectWorthyExpectedValue) {
289
int count = static_cast<int>(std::ceil(
connection_expectation
));
293
} else if (
connection_expectation
> kDNSPreresolutionWorthyExpectedValue) {
/external/chromium_org/chrome/browser/net/
predictor.cc
1097
double
connection_expectation
= future_url->second.subresource_use_rate();
local
[
all
...]
Completed in 71 milliseconds