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

  /external/chromium/chrome/browser/chromeos/login/
background_view.cc 124 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_, idx)
    [all...]
background_view.h 158 views::Label* boot_times_label_; member in class:chromeos::BackgroundView

Completed in 23 milliseconds