Home
last modified time | relevance | path

Searched refs:lock_to_shutdown_timer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
Dlock_state_controller.h106 return controller_->lock_to_shutdown_timer_.IsRunning(); in lock_to_shutdown_timer_is_running()
127 controller_->lock_to_shutdown_timer_.Stop(); in trigger_lock_to_shutdown_timeout()
310 base::OneShotTimer<LockStateController> lock_to_shutdown_timer_; variable
Dlock_state_controller.cc238 lock_to_shutdown_timer_.IsRunning(); in CanCancelShutdownAnimation()
244 if (lock_to_shutdown_timer_.IsRunning()) { in CancelShutdownAnimation()
245 lock_to_shutdown_timer_.Stop(); in CancelShutdownAnimation()
342 lock_to_shutdown_timer_.Stop(); in StartLockToShutdownTimer()
343 lock_to_shutdown_timer_.Start( in StartLockToShutdownTimer()