Home | History | Annotate | Download | only in user

Lines Matching defs:username

840   views::Label* username = NULL;
848 username = new views::Label(user_name_string);
849 username->SetHorizontalAlignment(gfx::ALIGN_LEFT);
874 if (username)
875 username->SetDisabledColor(text_color);
878 if (additional && username) {
882 details->AddChildView(username);
886 if (username)
887 username);