Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/chromeos/session/
Dlogout_button_tray.cc56 class LogoutButton : public views::LabelButton { class
58 LogoutButton(views::ButtonListener* listener);
59 virtual ~LogoutButton();
62 DISALLOW_COPY_AND_ASSIGN(LogoutButton);
67 LogoutButton::LogoutButton(views::ButtonListener* listener) in LogoutButton() function in ash::LogoutButton
92 LogoutButton::~LogoutButton() { in ~LogoutButton()
100 button_ = new LogoutButton(this); in LogoutButtonTray()
/external/chromium_org/ash/system/user/
Duser_view.cc83 class LogoutButton : public TrayPopupLabelButton { class
88 LogoutButton(views::ButtonListener* listener, in LogoutButton() function in ash::tray::__anondc2aeadc0111::LogoutButton
95 virtual ~LogoutButton() {} in ~LogoutButton()
106 DISALLOW_COPY_AND_ASSIGN(LogoutButton);
362 new LogoutButton(this, title, for_detailed_view_); in AddLogoutButton()