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

  /external/chromium_org/cc/animation/
animation.h 105 bool needs_synchronized_start_time() const { function in class:cc::Animation
108 void set_needs_synchronized_start_time(bool needs_synchronized_start_time) {
109 needs_synchronized_start_time_ = needs_synchronized_start_time;
animation.cc 172 needs_synchronized_start_time())
layer_animation_controller.cc 318 animations_[i]->needs_synchronized_start_time()) {
526 if (!animations_[i]->needs_synchronized_start_time())
549 DCHECK(!to_add->needs_synchronized_start_time());
681 !animations_[i]->needs_synchronized_start_time())
    [all...]
layer_animation_controller_unittest.cc     [all...]

Completed in 2040 milliseconds