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

  /external/chromium/chrome/browser/chromeos/login/
new_user_view.cc 110 title_hint_label_(NULL),
156 title_hint_label_ = new views::Label();
157 title_hint_label_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
158 title_hint_label_->SetColor(SK_ColorGRAY);
159 title_hint_label_->SetMultiLine(true);
160 AddChildView(title_hint_label_);
293 title_hint_label_->SetFont(title_hint_font);
294 title_hint_label_->SetText(UTF16ToWide(
383 title_hint_label_->SizeToFit(max_width);
387 y += setViewBounds(title_hint_label_, x, y, max_width, false)
    [all...]
new_user_view.h 151 views::Label* title_hint_label_; member in class:chromeos::NewUserView

Completed in 28 milliseconds