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

/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_confirmation_controller.cc17 LogoutConfirmationController::LogoutConfirmationController( function in class:ash::LogoutConfirmationController
27 LogoutConfirmationController::~LogoutConfirmationController() {
34 void LogoutConfirmationController::ConfirmLogout(
57 void LogoutConfirmationController::SetClockForTesting(
62 void LogoutConfirmationController::OnLockStateChanged(bool locked) {
74 void LogoutConfirmationController::OnLogoutConfirmed() {
79 void LogoutConfirmationController::OnDialogClosed() {
H A Dlogout_confirmation_controller.h30 class ASH_EXPORT LogoutConfirmationController : public ShellObserver { class in namespace:ash
33 explicit LogoutConfirmationController(const base::Closure& logout_closure);
34 virtual ~LogoutConfirmationController();
64 DISALLOW_COPY_AND_ASSIGN(LogoutConfirmationController);

Completed in 84 milliseconds