Searched refs:seconds_left (Results 1 – 1 of 1) sorted by relevance
61 int seconds_left = 60 - exploded.second; in UpdateTextAndSetNextTimer() local62 if (seconds_left == 0) in UpdateTextAndSetNextTimer()63 seconds_left = 60; in UpdateTextAndSetNextTimer()67 seconds_left += kTimerSlopSeconds; in UpdateTextAndSetNextTimer()69 timer_.Start(base::TimeDelta::FromSeconds(seconds_left), this, in UpdateTextAndSetNextTimer()