HomeSort by relevance Sort by last modified time
    Searched full:delay_int (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/base/
backoff_entry.cc 116 int64 delay_int = static_cast<int64>(delay + 0.5); local
117 delay_int = std::min(delay_int,
122 return std::max(GetTimeNow() + base::TimeDelta::FromMilliseconds(delay_int),

Completed in 180 milliseconds