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

  /external/chromium_org/cc/animation/
animation_unittest.cc     [all...]
animation.h 119 bool InEffect(base::TimeTicks monotonic_time) const;
animation.cc 163 bool Animation::InEffect(base::TimeTicks monotonic_time) const {
layer_animation_controller.cc 148 if (!animation->InEffect(monotonic_time))
290 animations_[i]->InEffect(last_tick_time_) &&
856 if (!animations_[i]->InEffect(monotonic_time))
    [all...]

Completed in 136 milliseconds