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

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dupdate_screen.h154 double download_last_progress_; member in class:chromeos::UpdateScreen
H A Dupdate_screen.cc166 download_last_progress_ = status.download_progress;
399 std::max(status.download_progress - download_last_progress_, 0.0);
405 download_last_progress_ = status.download_progress;

Completed in 308 milliseconds