Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.cc136 class BackgroundColorHoverButton : public views::LabelButton { class
138 BackgroundColorHoverButton(views::ButtonListener* listener, in BackgroundColorHoverButton() function in __anond64ee0d00111::BackgroundColorHoverButton
151 virtual ~BackgroundColorHoverButton() {} in ~BackgroundColorHoverButton()
164 DISALLOW_COPY_AND_ASSIGN(BackgroundColorHoverButton);
1240 views::LabelButton* button = new BackgroundColorHoverButton( in CreateOtherProfilesView()
1263 users_button_ = new BackgroundColorHoverButton( in CreateOptionsView()
1274 go_incognito_button_ = new BackgroundColorHoverButton( in CreateOptionsView()
1286 lock_button_ = new BackgroundColorHoverButton( in CreateOptionsView()
1378 views::LabelButton* email_button = new BackgroundColorHoverButton( in CreateAccountButton()
1623 add_person_button_ = new BackgroundColorHoverButton( in CreateSwitchUserView()
[all …]
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Dprofile_chooser_controller.mm697 @interface BackgroundColorHoverButton : HoverImageButton { interface
704 @implementation BackgroundColorHoverButton implementation
1711 base::scoped_nsobject<BackgroundColorHoverButton> profileButton(
1712 [[BackgroundColorHoverButton alloc]
2089 base::scoped_nsobject<BackgroundColorHoverButton> button(
2090 [[BackgroundColorHoverButton alloc]
2152 base::scoped_nsobject<BackgroundColorHoverButton> button(
2153 [[BackgroundColorHoverButton alloc] initWithFrame:rect