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

  /external/chromium_org/cc/animation/
animation.h 33 WaitingForNextTick = 0,
animation_unittest.cc 145 anim->SetRunState(Animation::WaitingForNextTick, 0.0);
163 anim->SetRunState(Animation::WaitingForNextTick, 0.0);
181 anim->SetRunState(Animation::WaitingForNextTick, 2.0);
animation.cc 17 "WaitingForNextTick",
94 bool is_waiting_to_start = run_state_ == WaitingForNextTick ||
layer_animation_controller.cc 424 if (active_animations_[i]->run_state() == Animation::WaitingForNextTick)
layer_animation_controller_unittest.cc 560 to_add->SetRunState(Animation::WaitingForNextTick, 0);
563 // Since the animation was in the WaitingForNextTick state, it should start
    [all...]

Completed in 48 milliseconds