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

  /external/chromium_org/ui/compositor/
layer_animator.cc 64 for (size_t i = 0; i < running_animations_.size(); ++i) {
65 if (running_animations_[i].is_sequence_alive())
66 running_animations_[i].sequence()->OnAnimatorDestroyed();
337 for (RunningAnimations::iterator iter = running_animations_.begin();
338 iter != running_animations_.end(); ++iter) {
390 RunningAnimations running_animations_copy = running_animations_;
419 if (running_animations_.empty())
422 DCHECK(!running_animations_.empty());
425 if (running_animations_.empty()) {
430 SAFE_INVOKE_VOID(FinishAnimation, running_animations_[0], abort)
    [all...]
layer_animator.h 314 RunningAnimations running_animations_; member in class:ui::LayerAnimator

Completed in 43 milliseconds