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 100 preemption_strategy_ = strategy;
104 return preemption_strategy_;
317 PreemptionStrategy preemption_strategy_; member in class:ui::LayerAnimator
layer_animator.cc 55 preemption_strategy_(IMMEDIATELY_SET_NEW_TARGET),
93 (preemption_strategy_ != ENQUEUE_NEW_ANIMATION)) { \
128 switch (preemption_strategy_) {
167 if (preemption_strategy_ == IMMEDIATELY_SET_NEW_TARGET) {

Completed in 544 milliseconds