HomeSort by relevance Sort by last modified time
    Searched refs:reboot_label_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
update_view.cc 63 reboot_label_(NULL),
83 InitLabel(&reboot_label_);
118 reboot_label_->SetText(
171 reboot_label_->SizeToFit(max_width);
186 reboot_label_->SetX(right_margin);
187 reboot_label_->SetY(
191 manual_reboot_label_->SetX(reboot_label_->x());
192 manual_reboot_label_->SetY(reboot_label_->y());
233 reboot_label_->SetVisible(!show_curtain_&& !show_manual_reboot_label_);
update_view.h 70 views::Label* reboot_label_; member in class:chromeos::UpdateView

Completed in 1130 milliseconds