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 38 void SetPreemptionStrategy(LayerAnimator::PreemptionStrategy strategy);
39 LayerAnimator::PreemptionStrategy GetPreemptionStrategy() const;
45 LayerAnimator::PreemptionStrategy old_preemption_strategy_;
scoped_layer_animation_settings.cc 64 LayerAnimator::PreemptionStrategy strategy) {
68 LayerAnimator::PreemptionStrategy
layer_animator.h 46 enum PreemptionStrategy {
99 void set_preemption_strategy(PreemptionStrategy strategy) {
103 PreemptionStrategy preemption_strategy() const {
121 // animation sequences. Takes PreemptionStrategy into account.
317 PreemptionStrategy preemption_strategy_;

Completed in 1806 milliseconds