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 105 preemption_strategy_ = strategy;
109 return preemption_strategy_;
321 PreemptionStrategy preemption_strategy_; member in class:ui::LayerAnimator
layer_animator.cc 57 preemption_strategy_(IMMEDIATELY_SET_NEW_TARGET),
96 (preemption_strategy_ != ENQUEUE_NEW_ANIMATION)) { \
135 switch (preemption_strategy_) {
174 if (preemption_strategy_ == IMMEDIATELY_SET_NEW_TARGET) {

Completed in 23 milliseconds