Home
last modified time | relevance | path

Searched refs:email_button (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.cc1378 views::LabelButton* email_button = new BackgroundColorHoverButton( in CreateAccountButton() local
1382 email_button->SetElideBehavior(gfx::ELIDE_EMAIL); in CreateAccountButton()
1383 email_button->SetMinSize(gfx::Size(0, kButtonHeight)); in CreateAccountButton()
1384 email_button->SetMaxSize(gfx::Size(available_width, kButtonHeight)); in CreateAccountButton()
1386 layout->AddView(email_button); in CreateAccountButton()
1389 reauth_account_button_map_[email_button] = account_id; in CreateAccountButton()
1406 email_button->set_notify_enter_exit_on_child(true); in CreateAccountButton()
1407 email_button->AddChildView(delete_button); in CreateAccountButton()