HomeSort by relevance Sort by last modified time
    Searched refs:random_scaling_factor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher.cc 316 double random_scaling_factor = local
320 static_cast<int>(timeout_seconds * random_scaling_factor);
privet_http_impl.cc 707 double random_scaling_factor = local
710 timeout = static_cast<int>(timeout * random_scaling_factor);

Completed in 814 milliseconds