Searched refs:OnLoginStateChanged (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ash/
H A Dshell_observer.h23 virtual void OnLoginStateChanged(user::LoginStatus status) {} function in class:ash::ShellObserver
H A Droot_window_controller.h196 // TODO(oshima): Investigate if we can merge this and |OnLoginStateChanged|.
270 virtual void OnLoginStateChanged(user::LoginStatus status) OVERRIDE;
H A Dshell.cc376 void Shell::OnLoginStateChanged(user::LoginStatus status) { function in class:ash::Shell
377 FOR_EACH_OBSERVER(ShellObserver, observers_, OnLoginStateChanged(status));
H A Dshell.h279 void OnLoginStateChanged(user::LoginStatus status);
285 // TODO(oshima): Investigate if we can merge this and |OnLoginStateChanged|.
H A Droot_window_controller.cc1063 void RootWindowController::OnLoginStateChanged(user::LoginStatus status) { function in class:ash::RootWindowController
/external/chromium_org/ash/wm/
H A Doverlay_event_filter.cc45 void OverlayEventFilter::OnLoginStateChanged( function in class:ash::OverlayEventFilter
H A Doverlay_event_filter.h61 virtual void OnLoginStateChanged(user::LoginStatus status) OVERRIDE;
H A Dlock_state_controller.h206 virtual void OnLoginStateChanged(user::LoginStatus status) OVERRIDE;
H A Dlock_state_controller.cc199 void LockStateController::OnLoginStateChanged( function in class:ash::LockStateController
H A Dlock_state_controller_unittest.cc334 lock_state_controller_->OnLoginStateChanged(status);
H A Dtoplevel_window_event_handler_unittest.cc475 state_controller->OnLoginStateChanged(user::LOGGED_IN_NONE);
/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_button_observer.cc57 ash::Shell::GetInstance()->OnLoginStateChanged(GetCurrentLoginStatus());
74 ash::Shell::GetInstance()->OnLoginStateChanged(GetCurrentLoginStatus());

Completed in 169 milliseconds