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

  /external/chromium_org/ui/compositor/
layer_animator.cc 19 if (running_anim.is_sequence_alive()) \
22 ((running_anim.is_sequence_alive()) \
26 ((running_anim.is_sequence_alive()) \
65 if (running_animations_[i].is_sequence_alive())
293 DCHECK(running->is_sequence_alive());
320 DCHECK(running->is_sequence_alive());
707 if (!(*iter).is_sequence_alive())
839 if (!running_animations_[i].is_sequence_alive())
layer_animator.h 212 bool is_sequence_alive() const { return !!sequence_.get(); } function in class:ui::LayerAnimator::RunningAnimation

Completed in 90 milliseconds