Searched refs:last_tick_time (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animator_collection.h34 base::TimeTicks last_tick_time() const { return last_tick_time_; } function in class:ui::LayerAnimatorCollection
H A Dlayer_animator.cc183 last_step_time_ = collection->last_tick_time();
765 // last_tick_time() from there to ensure animations started during the same
772 start_time = collection->last_tick_time();
H A Dlayer_animator_unittest.cc2528 EXPECT_TRUE(collection->last_tick_time().is_null());
2533 EXPECT_FALSE(collection->last_tick_time().is_null());
/external/chromium_org/ui/gfx/animation/
H A Danimation_container.h49 base::TimeTicks last_tick_time() const { return last_tick_time_; } function in class:gfx::AnimationContainer
H A Dlinear_animation.cc71 SetStartTime(container()->last_tick_time());

Completed in 457 milliseconds