Searched defs:active_user_label_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Duser_view.cc73 active_user_label_ = new views::Label(
75 active_user_label_->SetFont(font);
76 active_user_label_->SetColor(kTextColor);
89 AddChildView(active_user_label_);
98 gfx::Size label = active_user_label_->GetPreferredSize();
100 active_user_label_->SetBounds(
110 gfx::Size label = active_user_label_->GetPreferredSize();
123 views::Label* active_user_label_; member in class:chromeos::SignoutView

Completed in 36 milliseconds