Home
last modified time | relevance | path

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

/external/chromium_org/cc/animation/
Dlayer_animation_controller.cc650 Animation* animation_waiting_for_target = animations_[animation_index]; in StartAnimations() local
654 if (animation_waiting_for_target->run_state() == in StartAnimations()
658 animation_waiting_for_target->affects_active_observers(); in StartAnimations()
660 animation_waiting_for_target->affects_pending_observers(); in StartAnimations()
662 animation_waiting_for_target->target_property()); in StartAnimations()
664 if (animation_waiting_for_target->group() == animations_[j]->group()) { in StartAnimations()
693 animation_waiting_for_target->SetRunState(Animation::Starting, in StartAnimations()
696 if (animation_waiting_for_target->group() == in StartAnimations()