HomeSort by relevance Sort by last modified time
    Searched refs:animation_group_id_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/compositor/
layer_animation_sequence.h 107 int animation_group_id() const { return animation_group_id_; }
108 void set_animation_group_id(int id) { animation_group_id_ = id; }
176 int animation_group_id_; member in class:ui::LayerAnimationSequence
layer_animation_sequence.cc 22 animation_group_id_(0),
31 animation_group_id_(0),
50 elements_[0]->Start(delegate, animation_group_id_);
83 animation_group_id_ = cc::AnimationIdProvider::NextGroupId();
84 elements_[current_index]->Start(delegate, animation_group_id_);
103 animation_group_id_ = 0;
155 animation_group_id_ = 0;
218 if (elements_.empty() || event.group_id != animation_group_id_)
layer_animation_element.h 193 int animation_group_id() const { return animation_group_id_; }
194 void set_animation_group_id(int id) { animation_group_id_ = id; }
231 int animation_group_id_; member in class:ui::LayerAnimationElement
layer_animation_element.cc 715 animation_group_id_(0),
727 animation_group_id_(element.animation_group_id_),
739 animation_group_id_ = animation_group_id;

Completed in 46 milliseconds