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

  /external/chromium_org/ui/gfx/animation/
animation_container.h 49 base::TimeTicks last_tick_time() const { return last_tick_time_; } function in class:gfx::AnimationContainer
linear_animation.cc 71 SetStartTime(container()->last_tick_time());
  /external/chromium_org/ui/compositor/
layer_animator.cc 185 last_step_time_ = GetAnimationContainer()->last_tick_time();
770 // last_tick_time() from there to ensure animations started during the same
776 start_time = GetAnimationContainer()->last_tick_time();

Completed in 1819 milliseconds