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

  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.h 46 void SetPreemptionStrategy(LayerAnimator::PreemptionStrategy strategy);
47 LayerAnimator::PreemptionStrategy GetPreemptionStrategy() const;
62 LayerAnimator::PreemptionStrategy old_preemption_strategy_;
layer_animator.h 46 enum PreemptionStrategy {
103 void set_preemption_strategy(PreemptionStrategy strategy) {
107 PreemptionStrategy preemption_strategy() const {
125 // animation sequences. Takes PreemptionStrategy into account.
324 PreemptionStrategy preemption_strategy_;
scoped_layer_animation_settings.cc 140 LayerAnimator::PreemptionStrategy strategy) {
144 LayerAnimator::PreemptionStrategy

Completed in 60 milliseconds