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

/external/chromium_org/cc/animation/
H A Danimation_events.cc12 Animation::TargetProperty target_property,
17 target_property(target_property),
9 AnimationEvent(AnimationEvent::Type type, int layer_id, int group_id, Animation::TargetProperty target_property, base::TimeTicks monotonic_time) argument
H A Danimation_delegate.h17 Animation::TargetProperty target_property) = 0;
20 Animation::TargetProperty target_property) = 0;
H A Danimation_events.h23 Animation::TargetProperty target_property,
29 Animation::TargetProperty target_property; member in struct:cc::AnimationEvent
H A Dlayer_animation_controller.cc73 HasAnimationIdAndProperty(int id, Animation::TargetProperty target_property) argument
74 : id_(id), target_property_(target_property) {}
77 animation->target_property() == target_property_;
87 Animation::TargetProperty target_property) {
92 HasAnimationIdAndProperty(animation_id, target_property)),
98 Animation::TargetProperty target_property) {
100 if (animations_[i]->target_property() == target_property &&
152 switch (animation->target_property()) {
260 Animation::TargetProperty target_property) cons
85 RemoveAnimation( int animation_id, Animation::TargetProperty target_property) argument
97 AbortAnimations( Animation::TargetProperty target_property) argument
[all...]
H A 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;
H A Danimation.h64 TargetProperty target_property);
70 TargetProperty target_property() const { return target_property_; } function in class:cc::Animation
170 TargetProperty target_property);
H A Danimation.cc51 TargetProperty target_property) {
55 target_property)); }
60 TargetProperty target_property)
64 target_property_(target_property),
47 Create( scoped_ptr<AnimationCurve> curve, int animation_id, int group_id, TargetProperty target_property) argument
57 Animation(scoped_ptr<AnimationCurve> curve, int animation_id, int group_id, TargetProperty target_property) argument
H A Dlayer_animation_controller_unittest.cc870 Animation::TargetProperty target_property) OVERRIDE {
876 Animation::TargetProperty target_property) OVERRIDE {
1781 EXPECT_EQ(Animation::Transform, (*events)[0].target_property);
1783 EXPECT_EQ(Animation::Opacity, (*events)[1].target_property);
/external/chromium_org/cc/blink/
H A Dweb_to_cc_animation_delegate_adapter.cc17 cc::Animation::TargetProperty target_property) {
21 target_property));
26 cc::Animation::TargetProperty target_property) {
30 target_property));
15 NotifyAnimationStarted( base::TimeTicks monotonic_time, cc::Animation::TargetProperty target_property) argument
24 NotifyAnimationFinished( base::TimeTicks monotonic_time, cc::Animation::TargetProperty target_property) argument
H A Dweb_to_cc_animation_delegate_adapter.h26 cc::Animation::TargetProperty target_property) OVERRIDE;
29 cc::Animation::TargetProperty target_property) OVERRIDE;
H A Dweb_animation_impl.cc26 TargetProperty target_property,
66 static_cast<cc::Animation::TargetProperty>(target_property));
79 animation_->target_property());
24 WebCompositorAnimationImpl( const WebCompositorAnimationCurve& web_curve, TargetProperty target_property, int animation_id, int group_id) argument
H A Dweb_layer_impl.cc253 blink::WebCompositorAnimation::TargetProperty target_property) {
255 animation_id, static_cast<Animation::TargetProperty>(target_property));
251 removeAnimation( int animation_id, blink::WebCompositorAnimation::TargetProperty target_property) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_animation.cc151 Animation::TargetProperty target_property) OVERRIDE {
244 Animation::TargetProperty target_property) OVERRIDE {
371 Animation::TargetProperty target_property) OVERRIDE {
563 Animation::TargetProperty target_property) OVERRIDE {
622 Animation::TargetProperty target_property) OVERRIDE {
861 Animation::TargetProperty target_property) OVERRIDE {
867 Animation::TargetProperty target_property) OVERRIDE {
911 Animation::TargetProperty target_property) OVERRIDE {
918 Animation::TargetProperty target_property) OVERRIDE {
994 Animation::TargetProperty target_property) OVERRID
[all...]
/external/chromium_org/cc/test/
H A Dlayer_tree_test.h90 Animation::TargetProperty target_property)
94 Animation::TargetProperty target_property) OVERRIDE {}
/external/chromium_org/ui/compositor/
H A Dlayer_animation_sequence.cc220 LayerAnimationElement::ToAnimatableProperty(event.target_property);
H A Dlayer_animator.cc309 LayerAnimationElement::ToAnimatableProperty(event.target_property);
/external/chromium_org/cc/layers/
H A Dlayer_impl.h114 Animation::TargetProperty target_property) OVERRIDE{};
117 Animation::TargetProperty target_property) OVERRIDE;
H A Dlayer_impl.cc1558 Animation::TargetProperty target_property) {
1559 if (target_property == Animation::ScrollOffset)
1556 NotifyAnimationFinished( base::TimeTicks monotonic_time, Animation::TargetProperty target_property) argument
H A Dlayer.cc1138 if (animation->target_property() == Animation::ScrollOffset &&

Completed in 216 milliseconds