Searched defs:LogoutButton (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/system/logout_button/
H A Dlogout_button_tray.cc58 class LogoutButton : public views::LabelButton { class in namespace:ash::internal::__anon3585
60 LogoutButton(views::ButtonListener* listener);
61 virtual ~LogoutButton();
64 DISALLOW_COPY_AND_ASSIGN(LogoutButton);
69 LogoutButton::LogoutButton(views::ButtonListener* listener) function in class:ash::internal::LogoutButton
94 LogoutButton::~LogoutButton() {
102 button_ = new LogoutButton(this);

Completed in 85 milliseconds