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

  /external/chromium_org/sync/sessions/
nudge_tracker.cc 217 base::TimeDelta time_until_next_unthrottle = base::TimeDelta::Max(); local
221 time_until_next_unthrottle = std::min(
222 time_until_next_unthrottle, it->second->GetTimeUntilUnthrottle(now));
225 DCHECK(!time_until_next_unthrottle.is_max());
227 return time_until_next_unthrottle;
  /external/chromium_org/sync/engine/
sync_scheduler_impl.cc 769 base::TimeDelta time_until_next_unthrottle = local
773 time_until_next_unthrottle,
776 now + time_until_next_unthrottle));
833 base::TimeDelta time_until_next_unthrottle = local
837 time_until_next_unthrottle,
840 now + time_until_next_unthrottle));

Completed in 40 milliseconds