Home
last modified time | relevance | path

Searched refs:target_property (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/cc/animation/
Dlayer_animation_controller.cc73 HasAnimationIdAndProperty(int id, Animation::TargetProperty target_property) in HasAnimationIdAndProperty()
74 : id_(id), target_property_(target_property) {} in HasAnimationIdAndProperty()
77 animation->target_property() == target_property_; in operator ()()
87 Animation::TargetProperty target_property) { in RemoveAnimation() argument
92 HasAnimationIdAndProperty(animation_id, target_property)), in RemoveAnimation()
98 Animation::TargetProperty target_property) { in AbortAnimations() argument
100 if (animations_[i]->target_property() == target_property && in AbortAnimations()
152 switch (animation->target_property()) { in AccumulatePropertyUpdates()
260 Animation::TargetProperty target_property) const { in GetAnimation()
263 animations_[i]->target_property() == target_property) in GetAnimation()
[all …]
Danimation_events.cc12 Animation::TargetProperty target_property, in AnimationEvent() argument
17 target_property(target_property), in AnimationEvent()
Dlayer_animation_controller.h46 Animation::TargetProperty target_property);
47 void AbortAnimations(Animation::TargetProperty target_property);
70 Animation::TargetProperty target_property) const;
74 Animation* GetAnimation(Animation::TargetProperty target_property) const;
86 bool IsAnimatingProperty(Animation::TargetProperty target_property) const;
Danimation_delegate.h17 Animation::TargetProperty target_property) = 0;
20 Animation::TargetProperty target_property) = 0;
Danimation_events.h23 Animation::TargetProperty target_property,
29 Animation::TargetProperty target_property; member
Danimation.cc51 TargetProperty target_property) { in Create() argument
55 target_property)); } in Create()
60 TargetProperty target_property) in Animation() argument
64 target_property_(target_property), in Animation()
Danimation.h64 TargetProperty target_property);
70 TargetProperty target_property() const { return target_property_; } in target_property() function
170 TargetProperty target_property);
Dlayer_animation_controller_unittest.cc870 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationStarted() argument
876 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationFinished() argument
1781 EXPECT_EQ(Animation::Transform, (*events)[0].target_property); in TEST()
1783 EXPECT_EQ(Animation::Opacity, (*events)[1].target_property); in TEST()
/external/chromium_org/cc/blink/
Dweb_to_cc_animation_delegate_adapter.cc17 cc::Animation::TargetProperty target_property) { in NotifyAnimationStarted() argument
21 target_property)); in NotifyAnimationStarted()
26 cc::Animation::TargetProperty target_property) { in NotifyAnimationFinished() argument
30 target_property)); in NotifyAnimationFinished()
Dweb_to_cc_animation_delegate_adapter.h26 cc::Animation::TargetProperty target_property) OVERRIDE;
29 cc::Animation::TargetProperty target_property) OVERRIDE;
Dweb_animation_impl.cc26 TargetProperty target_property, in WebCompositorAnimationImpl() argument
66 static_cast<cc::Animation::TargetProperty>(target_property)); in WebCompositorAnimationImpl()
79 animation_->target_property()); in targetProperty()
Dweb_layer_impl.cc253 blink::WebCompositorAnimation::TargetProperty target_property) { in removeAnimation() argument
255 animation_id, static_cast<Animation::TargetProperty>(target_property)); in removeAnimation()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_animation.cc151 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationStarted() argument
244 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationFinished() argument
371 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationFinished() argument
563 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationStarted() argument
622 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationFinished() argument
861 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationStarted() argument
867 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationFinished() argument
911 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationStarted() argument
918 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationFinished() argument
994 Animation::TargetProperty target_property) OVERRIDE { in NotifyAnimationStarted() argument
/external/chromium_org/cc/test/
Dlayer_tree_test.h90 Animation::TargetProperty target_property) in NotifyAnimationStarted() argument
94 Animation::TargetProperty target_property) OVERRIDE {} in NotifyAnimationFinished() argument
/external/chromium_org/cc/layers/
Dlayer_impl.h114 Animation::TargetProperty target_property) OVERRIDE{}; in NotifyAnimationStarted() argument
117 Animation::TargetProperty target_property) OVERRIDE;
Dlayer_impl.cc1558 Animation::TargetProperty target_property) { in NotifyAnimationFinished() argument
1559 if (target_property == Animation::ScrollOffset) in NotifyAnimationFinished()
Dlayer.cc1138 if (animation->target_property() == Animation::ScrollOffset && in AddAnimation()
/external/chromium_org/ui/compositor/
Dlayer_animation_sequence.cc220 LayerAnimationElement::ToAnimatableProperty(event.target_property); in OnThreadedAnimationStarted()
Dlayer_animator.cc309 LayerAnimationElement::ToAnimatableProperty(event.target_property); in OnThreadedAnimationStarted()