Home | History | Annotate | Download | only in login

Lines Matching refs:label

23 #include "views/controls/label.h"
29 // Background color and corner radius of the login status label and
73 active_user_label_ = new views::Label(
98 gfx::Size label = active_user_label_->GetPreferredSize();
101 kSignoutViewHorizontalInsets, (height() - label.height()) / 2,
102 label.width(), label.height());
110 gfx::Size label = active_user_label_->GetPreferredSize();
113 label.width() + button.width() + 2 * kSignoutViewHorizontalInsets;
115 std::max(kMinControlHeight, std::max(label.height(), button.height())) +
123 views::Label* active_user_label_;
163 // On first click transform image to "remove" label.