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

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_url_fetcher.cc339 double random_scaling_factor = local
343 static_cast<int>(timeout_seconds * random_scaling_factor);
H A Dprivet_http_impl.cc708 double random_scaling_factor = local
711 timeout = static_cast<int>(timeout * random_scaling_factor);

Completed in 516 milliseconds