HomeSort by relevance Sort by last modified time
    Searched refs:OnLockStateChanged (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/ash/system/chromeos/power/
video_activity_notifier.h 26 virtual void OnLockStateChanged(bool locked) OVERRIDE;
video_activity_notifier.cc 44 void VideoActivityNotifier::OnLockStateChanged(bool locked) {
  /external/chromium_org/ash/
shell_observer.h 30 virtual void OnLockStateChanged(bool locked) {}
shell.h 293 void OnLockStateChanged(bool locked);
shell.cc 396 void Shell::OnLockStateChanged(bool locked) {
397 FOR_EACH_OBSERVER(ShellObserver, observers_, OnLockStateChanged(locked));
    [all...]
  /external/chromium_org/chrome/browser/notifications/
login_state_notification_blocker_chromeos.h 36 virtual void OnLockStateChanged(bool locked) OVERRIDE;
login_state_notification_blocker_chromeos_unittest.cc 84 ash::Shell::GetInstance()->OnLockStateChanged(true);
89 ash::Shell::GetInstance()->OnLockStateChanged(false);
118 ash::Shell::GetInstance()->OnLockStateChanged(true);
123 ash::Shell::GetInstance()->OnLockStateChanged(false);
login_state_notification_blocker_chromeos.cc 62 void LoginStateNotificationBlockerChromeOS::OnLockStateChanged(bool locked) {
  /external/chromium_org/ash/system/chromeos/session/
logout_confirmation_controller.h 46 virtual void OnLockStateChanged(bool locked) OVERRIDE;
logout_confirmation_controller.cc 62 void LogoutConfirmationController::OnLockStateChanged(bool locked) {
logout_confirmation_controller_unittest.cc 244 controller_.OnLockStateChanged(true);
  /external/chromium_org/ash/wm/
overlay_event_filter.h 63 virtual void OnLockStateChanged(bool locked) OVERRIDE;
overlay_event_filter.cc 54 void OverlayEventFilter::OnLockStateChanged(bool locked) {
lock_state_controller.h 60 // Once system locks and lock UI is created, OnLockStateChanged is called, and
70 // OnLockStateChanged is called. It leads to
208 virtual void OnLockStateChanged(bool locked) OVERRIDE;
lock_state_controller_unittest.cc 312 lock_state_controller_->OnLockStateChanged(true);
322 lock_state_controller_->OnLockStateChanged(false);
338 lock_state_controller_->OnLockStateChanged(false);
    [all...]
lock_state_controller.cc 221 void LockStateController::OnLockStateChanged(bool locked) {
222 VLOG(1) << "OnLockStateChanged " << locked;
toplevel_window_event_handler_unittest.cc 476 state_controller->OnLockStateChanged(false);
  /external/chromium_org/chrome/browser/chromeos/power/
power_button_observer.cc 61 ash::Shell::GetInstance()->OnLockStateChanged(locked);
82 ash::Shell::GetInstance()->OnLockStateChanged(locked);
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 173 virtual void OnLockStateChanged(bool locked) OVERRIDE;
shelf_layout_manager.cc 531 void ShelfLayoutManager::OnLockStateChanged(bool locked) {
    [all...]

Completed in 843 milliseconds