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.h195 // TODO(oshima): Investigate if we can merge this and |OnLoginStateChanged|.
267 virtual void OnLoginStateChanged(user::LoginStatus status) OVERRIDE;
H A Dshell.cc342 void Shell::OnLoginStateChanged(user::LoginStatus status) { function in class:ash::Shell
343 FOR_EACH_OBSERVER(ShellObserver, observers_, OnLoginStateChanged(status));
H A Dshell.h271 void OnLoginStateChanged(user::LoginStatus status);
277 // TODO(oshima): Investigate if we can merge this and |OnLoginStateChanged|.
H A Droot_window_controller.cc935 void RootWindowController::OnLoginStateChanged(user::LoginStatus status) { function in class:ash::internal::RootWindowController
/external/chromium_org/ash/wm/
H A Doverlay_event_filter.cc48 void OverlayEventFilter::OnLoginStateChanged( function in class:ash::internal::OverlayEventFilter
H A Doverlay_event_filter.h58 virtual void OnLoginStateChanged(user::LoginStatus status) OVERRIDE;
H A Dlock_state_controller.h205 virtual void OnLoginStateChanged(user::LoginStatus status) OVERRIDE;
H A Dlock_state_controller.cc297 void LockStateController::OnLoginStateChanged( function in class:ash::LockStateController
H A Dlock_state_controller_unittest.cc378 lock_state_controller_->OnLoginStateChanged(status);
H A Dtoplevel_window_event_handler_unittest.cc467 state_controller->OnLoginStateChanged(user::LOGGED_IN_NONE);
/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_button_observer.cc52 ash::Shell::GetInstance()->OnLoginStateChanged(GetCurrentLoginStatus());
69 ash::Shell::GetInstance()->OnLoginStateChanged(GetCurrentLoginStatus());

Completed in 161 milliseconds