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 105 int animation_group_id() const { return animation_group_id_; }
106 void set_animation_group_id(int id) { animation_group_id_ = id; }
167 int animation_group_id_; member in class:ui::LayerAnimationSequence
layer_animation_sequence.cc 21 animation_group_id_(0),
29 animation_group_id_(0),
47 elements_[0]->Start(delegate, animation_group_id_);
80 elements_[current_index]->Start(delegate, animation_group_id_);
95 animation_group_id_ = 0;
147 animation_group_id_ = 0;
210 if (elements_.empty() || event.group_id != animation_group_id_)
layer_animation_element.h 178 int animation_group_id() const { return animation_group_id_; }
179 void set_animation_group_id(int id) { animation_group_id_ = id; }
214 int animation_group_id_; member in class:ui::LayerAnimationElement
layer_animation_element.cc 600 animation_group_id_(0),
611 animation_group_id_ = animation_group_id;

Completed in 1103 milliseconds