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 54 for (size_t i = 0; i < running_animations_.size(); ++i) {
55 if (running_animations_[i].is_sequence_alive())
56 running_animations_[i].sequence()->OnAnimatorDestroyed();
330 for (RunningAnimations::iterator iter = running_animations_.begin();
331 iter != running_animations_.end(); ++iter) {
397 RunningAnimations running_animations_copy = running_animations_;
418 if (running_animations_.empty())
421 DCHECK(!running_animations_.empty());
424 if (running_animations_.empty()) {
429 SAFE_INVOKE_VOID(FinishAnimation, running_animations_[0], abort)
    [all...]
layer_animator.h 321 RunningAnimations running_animations_; member in class:ui::LayerAnimator

Completed in 507 milliseconds