Home
last modified time | relevance | path

Searched refs:AnimatableProperties (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ui/compositor/
Dlayer_animation_element.h62 typedef uint32 AnimatableProperties; typedef
64 LayerAnimationElement(AnimatableProperties properties,
132 AnimatableProperties properties,
186 AnimatableProperties properties() const { return properties_; } in properties()
227 const AnimatableProperties properties_;
Dlayer_animation_sequence.h84 LayerAnimationElement::AnimatableProperties properties() const { in properties()
99 LayerAnimationElement::AnimatableProperties other) const;
153 LayerAnimationElement::AnimatableProperties properties_;
Dlayer_animation_sequence_unittest.cc31 EXPECT_EQ(static_cast<LayerAnimationElement::AnimatableProperties>( in TEST()
66 EXPECT_EQ(static_cast<LayerAnimationElement::AnimatableProperties>( in TEST()
109 EXPECT_EQ(static_cast<LayerAnimationElement::AnimatableProperties>( in TEST()
198 static_cast<LayerAnimationElement::AnimatableProperties>( in TEST()
Dlayer_animation_element.cc32 Pause(AnimatableProperties properties, base::TimeDelta duration) in Pause()
328 ThreadedLayerAnimationElement(AnimatableProperties properties, in ThreadedLayerAnimationElement()
581 AnimatableProperties properties = element->properties(); in CheckAndCast()
626 AnimatableProperties properties, base::TimeDelta duration) in LayerAnimationElement()
842 AnimatableProperties properties, in CreatePauseElement()
Dlayer_animation_sequence.cc188 LayerAnimationElement::AnimatableProperties other) const { in HasConflictingProperty()
217 LayerAnimationElement::AnimatableProperties element_properties = in OnThreadedAnimationStarted()
Dlayer_animator.cc189 LayerAnimationElement::AnimatableProperties animated_properties = in StartTogether()
228 LayerAnimationElement::AnimatableProperties animated_properties = in ScheduleTogether()
261 LayerAnimationElement::AnimatableProperties properties_to_pause) { in SchedulePauseForProperties()
706 LayerAnimationElement::AnimatableProperties animated = in ProcessQueue()
Dlayer_animation_observer.cc143 LayerAnimationElement::AnimatableProperties properties = in UpdatePropertyAnimationStatus()
Dscoped_layer_animation_settings.cc64 DCHECK_EQ(static_cast<LayerAnimationElement::AnimatableProperties>( in GetInverseElement()
Dlayer_animator.h140 LayerAnimationElement::AnimatableProperties properties_to_pause);
Dlayer_animation_element_unittest.cc317 LayerAnimationElement::AnimatableProperties properties = in TEST()