Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/login/
Dupdate_view.cc67 show_manual_reboot_label_(false), in UpdateView()
135 show_manual_reboot_label_ = true; in ShowManualRebootInfo()
228 !show_manual_reboot_label_ && in UpdateVisibility()
231 !show_manual_reboot_label_ && in UpdateVisibility()
233 reboot_label_->SetVisible(!show_curtain_&& !show_manual_reboot_label_); in UpdateVisibility()
234 manual_reboot_label_->SetVisible(!show_curtain_ && show_manual_reboot_label_); in UpdateVisibility()
Dupdate_view.h83 bool show_manual_reboot_label_; variable