Searched refs:download_last_time_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dupdate_screen.cc164 download_start_time_ = download_last_time_ = base::Time::Now();
396 if (download_current_time >= download_last_time_ + kMinTimeStep) {
401 (download_current_time - download_last_time_).InSecondsF();
404 download_last_time_ = download_current_time;
H A Dupdate_screen.h153 base::Time download_last_time_; member in class:chromeos::UpdateScreen

Completed in 25 milliseconds