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

  /external/chromium_org/cc/animation/
animation.h 161 void set_affects_pending_observers(bool affects_pending_observers) {
162 affects_pending_observers_ = affects_pending_observers;
164 bool affects_pending_observers() const { return affects_pending_observers_; } function in class:cc::Animation
layer_animation_controller.cc 235 !animation->affects_pending_observers();
242 animations_[i]->affects_pending_observers());
589 !animation->affects_pending_observers();
636 if (animations_[i]->affects_pending_observers()) {
659 bool affects_pending_observers = local
660 animation_waiting_for_target->affects_pending_observers();
668 affects_pending_observers |=
669 animations_[j]->affects_pending_observers();
685 if (affects_pending_observers &&
    [all...]
layer_animation_controller_unittest.cc     [all...]

Completed in 4207 milliseconds