Home
last modified time | relevance | path

Searched refs:checking_for_update_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dupdate_screen.cc60 checking_for_update_(true), in UpdateScreen()
77 if (checking_for_update_ && status > UPDATE_STATUS_CHECKING_FOR_UPDATE) { in UpdateStatusChanged()
78 checking_for_update_ = false; in UpdateStatusChanged()
236 observer->OnExit(checking_for_update_ ? in ExitUpdate()
Dupdate_screen.h82 bool checking_for_update_; variable