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 21 if (running_anim.is_sequence_alive()) \
24 ((running_anim.is_sequence_alive()) \
28 ((running_anim.is_sequence_alive()) \
55 if (running_animations_[i].is_sequence_alive())
287 DCHECK(running->is_sequence_alive());
314 DCHECK(running->is_sequence_alive());
710 if (!(*iter).is_sequence_alive())
844 if (!running_animations_[i].is_sequence_alive())
layer_animator.h 223 bool is_sequence_alive() const { return !!sequence_.get(); } function in class:ui::LayerAnimator::RunningAnimation

Completed in 428 milliseconds