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

/external/chromium/chrome/browser/chromeos/login/
H A Dbackground_view.cc124 boot_times_label_(NULL),
289 boot_times_label_->SetBounds(
378 int idx = GetIndexOf(boot_times_label_);
379 delete boot_times_label_;
380 boot_times_label_ = new views::Label();
381 boot_times_label_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
382 boot_times_label_->SetColor(kVersionColor);
383 boot_times_label_->SetFont(rb.GetFont(ResourceBundle::SmallFont));
385 AddChildView(boot_times_label_);
387 AddChildViewAt(boot_times_label_, id
[all...]
H A Dbackground_view.h158 views::Label* boot_times_label_; member in class:chromeos::BackgroundView

Completed in 15 milliseconds