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 176 double random_scaling_factor = local
180 static_cast<int>(timeout_seconds * random_scaling_factor);
privet_http_impl.cc 579 double random_scaling_factor = local
582 timeout = static_cast<int>(timeout * random_scaling_factor);

Completed in 1116 milliseconds