Searched refs:needs_synchronized_start_time (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/animation/
H A Danimation.h105 bool needs_synchronized_start_time() const { function in class:cc::Animation
108 void set_needs_synchronized_start_time(bool needs_synchronized_start_time) { argument
109 needs_synchronized_start_time_ = needs_synchronized_start_time;
H A Danimation.cc172 needs_synchronized_start_time())
H A Dlayer_animation_controller.cc318 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())
H A Dlayer_animation_controller_unittest.cc1374 EXPECT_TRUE(active_animation->needs_synchronized_start_time());

Completed in 69 milliseconds