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

/external/chromium_org/ui/compositor/
H A Dlayer_animation_sequence.h107 int animation_group_id() const { return animation_group_id_; } function in class:ui::LayerAnimationSequence
H A Dlayer_animation_element.h160 void Start(LayerAnimationDelegate* delegate, int animation_group_id);
196 // animation_group_id.
198 int animation_group_id() const { return animation_group_id_; } function in class:ui::LayerAnimationElement
H A Dlayer_animation_element.cc364 DCHECK(animation_group_id());
422 animation_group_id(),
477 animation_group_id(),
551 animation_group_id(),
653 int animation_group_id) {
656 animation_group_id_ = animation_group_id;
652 Start(LayerAnimationDelegate* delegate, int animation_group_id) argument

Completed in 281 milliseconds