Home
last modified time | relevance | path

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

/external/chromium_org/ui/compositor/
Dlayer_animation_sequence.cc23 animation_group_id_(0), in LayerAnimationSequence()
33 animation_group_id_(0), in LayerAnimationSequence()
52 elements_[0]->Start(delegate, animation_group_id_); in Start()
85 animation_group_id_ = cc::AnimationIdProvider::NextGroupId(); in Progress()
86 elements_[current_index]->Start(delegate, animation_group_id_); in Progress()
105 animation_group_id_ = 0; in Progress()
157 animation_group_id_ = 0; in ProgressToEnd()
213 if (elements_.empty() || event.group_id != animation_group_id_) in OnThreadedAnimationStarted()
Dlayer_animation_sequence.h107 int animation_group_id() const { return animation_group_id_; } in animation_group_id()
108 void set_animation_group_id(int id) { animation_group_id_ = id; } in set_animation_group_id()
176 int animation_group_id_; variable
Dlayer_animation_element.h198 int animation_group_id() const { return animation_group_id_; } in animation_group_id()
199 void set_animation_group_id(int id) { animation_group_id_ = id; } in set_animation_group_id()
236 int animation_group_id_; variable
Dlayer_animation_element.cc632 animation_group_id_(0), in LayerAnimationElement()
644 animation_group_id_(element.animation_group_id_), in LayerAnimationElement()
656 animation_group_id_ = animation_group_id; in Start()