OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlternateReverse
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/blink/
web_animation_impl.cc
124
case cc::Animation::
AlternateReverse
:
144
animation_->set_direction(cc::Animation::
AlternateReverse
);
/external/chromium_org/cc/animation/
animation.h
52
enum Direction { Normal, Reverse, Alternate,
AlternateReverse
};
animation_unittest.cc
142
anim->set_direction(Animation::
AlternateReverse
);
153
anim->set_direction(Animation::
AlternateReverse
);
164
anim->set_direction(Animation::
AlternateReverse
);
555
anim->set_direction(Animation::
AlternateReverse
);
571
anim->set_direction(Animation::
AlternateReverse
);
587
anim->set_direction(Animation::
AlternateReverse
);
[
all
...]
animation.cc
245
(direction_ ==
AlternateReverse
&& iteration % 2 == 0);
layer_animation_controller.cc
513
case Animation::
AlternateReverse
:
[
all
...]
Completed in 3299 milliseconds