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

  /external/chromium_org/ui/compositor/
layer_animator.h 104 preemption_strategy_ = strategy;
108 return preemption_strategy_;
324 PreemptionStrategy preemption_strategy_; member in class:ui::LayerAnimator
layer_animator.cc 44 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 789 milliseconds