Searched defs:animation_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.cc649 size_t animation_index = animations_waiting_for_target[i]; local
650 Animation* animation_waiting_for_target = animations_[animation_index];
663 for (size_t j = animation_index + 1; j < animations_.size(); ++j) {
695 for (size_t j = animation_index + 1; j < animations_.size(); ++j) {
814 size_t animation_index = animations_with_same_group_id[j]; local
819 animations_[animation_index]->group(),
820 animations_[animation_index]->target_property(),
823 animations_[animation_index]->is_impl_only();
829 animations_[animation_index]->SetRunState(

Completed in 267 milliseconds