OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
47
enum
PreemptionStrategy
{
104
void set_preemption_strategy(
PreemptionStrategy
strategy) {
108
PreemptionStrategy
preemption_strategy() const {
126
// animation sequences. Takes
PreemptionStrategy
into account.
321
PreemptionStrategy
preemption_strategy_;
scoped_layer_animation_settings.cc
140
LayerAnimator::
PreemptionStrategy
strategy) {
144
LayerAnimator::
PreemptionStrategy
Completed in 25 milliseconds