Searched refs:ANIMATION_STEP_ENDED (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Duser_switch_animator_chromeos.h33 ANIMATION_STEP_ENDED // The animation has ended. enumerator in enum:chrome::UserSwichAnimatorChromeOS::AnimationStep
45 return animation_step_ == ANIMATION_STEP_ENDED;
H A Duser_switch_animator_chromeos.cc93 DCHECK_NE(animation_step_, ANIMATION_STEP_ENDED);
109 animation_step_ = ANIMATION_STEP_ENDED;
111 case ANIMATION_STEP_ENDED:
118 animation_step_ = ANIMATION_STEP_ENDED;
123 while (ANIMATION_STEP_ENDED != animation_step_)

Completed in 87 milliseconds