Searched refs:PreemptionStrategy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dscoped_layer_animation_settings.h46 void SetPreemptionStrategy(LayerAnimator::PreemptionStrategy strategy);
47 LayerAnimator::PreemptionStrategy GetPreemptionStrategy() const;
62 LayerAnimator::PreemptionStrategy old_preemption_strategy_;
H A Dlayer_animator.h46 enum PreemptionStrategy { enum in class:ui::LayerAnimator
103 void set_preemption_strategy(PreemptionStrategy strategy) {
107 PreemptionStrategy preemption_strategy() const {
125 // animation sequences. Takes PreemptionStrategy into account.
324 PreemptionStrategy preemption_strategy_;
H A Dscoped_layer_animation_settings.cc140 LayerAnimator::PreemptionStrategy strategy) {
144 LayerAnimator::PreemptionStrategy

Completed in 76 milliseconds