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

  /external/chromium_org/ash/wm/
lock_state_controller.h 100 virtual bool CanCancelLockAnimation() = 0;
lock_state_controller_impl2.h 83 return controller_->CanCancelLockAnimation();
129 virtual bool CanCancelLockAnimation() OVERRIDE;
power_button_controller.cc 77 if (controller_->CanCancelLockAnimation())
session_state_controller_impl.h 109 virtual bool CanCancelLockAnimation() OVERRIDE;
session_state_controller_impl.cc 161 bool SessionStateControllerImpl::CanCancelLockAnimation() {
166 if (!CanCancelLockAnimation())
lock_state_controller_impl2.cc 234 bool LockStateControllerImpl2::CanCancelLockAnimation() {
239 if (!CanCancelLockAnimation())

Completed in 707 milliseconds