Searched refs:preemption_strategy_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animator.h104 preemption_strategy_ = strategy;
108 return preemption_strategy_;
324 PreemptionStrategy preemption_strategy_; member in class:ui::LayerAnimator
H A Dlayer_animator.cc44 preemption_strategy_(IMMEDIATELY_SET_NEW_TARGET),
83 (preemption_strategy_ != ENQUEUE_NEW_ANIMATION)) { \
132 switch (preemption_strategy_) {
171 if (preemption_strategy_ == IMMEDIATELY_SET_NEW_TARGET) {

Completed in 105 milliseconds