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

  /external/chromium_org/cc/animation/
animation.h 91 bool has_set_start_time() const { return !start_time_.is_null(); } function in class:cc::Animation
animation.cc 181 if ((run_state_ == Starting && !has_set_start_time()) ||
layer_animation_controller.cc 328 if (!animations_[i]->has_set_start_time())
715 if (!animations_[i]->has_set_start_time() &&
    [all...]

Completed in 1594 milliseconds