Home
last modified time | relevance | path

Searched refs:animation_impl (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Danimation_timeline_unittest.cc45 scoped_refptr<Animation> animation_impl = in TEST() local
47 EXPECT_TRUE(animation_impl); in TEST()
48 EXPECT_EQ(animation_impl->id(), animation_id); in TEST()
49 EXPECT_TRUE(animation_impl->animation_timeline()); in TEST()
52 EXPECT_EQ(animation_impl, timeline_impl->GetAnimationById(animation_id)); in TEST()
60 EXPECT_FALSE(animation_impl->animation_timeline()); in TEST()
H A Danimation_timeline.cc126 Animation* animation_impl = in PushAttachedAnimationsToImplThread() local
128 if (animation_impl) in PushAttachedAnimationsToImplThread()
162 if (Animation* animation_impl = in PushPropertiesToImplThread() local
164 animation->PushPropertiesTo(animation_impl); in PushPropertiesToImplThread()
H A Dworklet_animation.cc77 void WorkletAnimation::PushPropertiesTo(Animation* animation_impl) { in PushPropertiesTo() argument
78 Animation::PushPropertiesTo(animation_impl); in PushPropertiesTo()
79 WorkletAnimation* worklet_animation_impl = ToWorkletAnimation(animation_impl); in PushPropertiesTo()
H A Danimation.cc122 void Animation::PushPropertiesTo(Animation* animation_impl) { in PushPropertiesTo() argument
123 keyframe_effect_->PushPropertiesTo(animation_impl->keyframe_effect_.get()); in PushPropertiesTo()
H A Danimation.h99 virtual void PushPropertiesTo(Animation* animation_impl);
H A Dworklet_animation.h70 void PushPropertiesTo(Animation* animation_impl) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Danimation_timeline_unittest.cc45 scoped_refptr<Animation> animation_impl = in TEST() local
47 EXPECT_TRUE(animation_impl); in TEST()
48 EXPECT_EQ(animation_impl->id(), animation_id); in TEST()
49 EXPECT_TRUE(animation_impl->animation_timeline()); in TEST()
52 EXPECT_EQ(animation_impl, timeline_impl->GetAnimationById(animation_id)); in TEST()
60 EXPECT_FALSE(animation_impl->animation_timeline()); in TEST()
H A Danimation_timeline.cc104 Animation* animation_impl = in PushAttachedAnimationsToImplThread() local
106 if (animation_impl) in PushAttachedAnimationsToImplThread()
140 if (Animation* animation_impl = in PushPropertiesToImplThread() local
142 animation->PushPropertiesTo(animation_impl); in PushPropertiesToImplThread()
H A Dworklet_animation.cc77 void WorkletAnimation::PushPropertiesTo(Animation* animation_impl) { in PushPropertiesTo() argument
78 Animation::PushPropertiesTo(animation_impl); in PushPropertiesTo()
79 WorkletAnimation* worklet_animation_impl = ToWorkletAnimation(animation_impl); in PushPropertiesTo()
H A Danimation.cc113 void Animation::PushPropertiesTo(Animation* animation_impl) { in PushPropertiesTo() argument
114 keyframe_effect_->PushPropertiesTo(animation_impl->keyframe_effect_.get()); in PushPropertiesTo()
H A Danimation.h102 virtual void PushPropertiesTo(Animation* animation_impl);
H A Dworklet_animation.h70 void PushPropertiesTo(Animation* animation_impl) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_host_unittest_animation.cc514 scoped_refptr<Animation> animation_impl = in DidActivateTreeOnThread() local
518 animation_impl->GetKeyframeModel(TargetProperty::OPACITY); in DidActivateTreeOnThread()
519 animation_impl->RemoveKeyframeModel(keyframe_model_impl->id()); in DidActivateTreeOnThread()
1161 scoped_refptr<Animation> animation_impl = in ShouldBlockActivation() local
1167 animation_impl->GetKeyframeModel(TargetProperty::SCROLL_OFFSET); in ShouldBlockActivation()
1362 scoped_refptr<Animation> animation_impl = in UpdateAnimationState() local
1368 if (!animation_impl->element_animations()) in UpdateAnimationState()
1372 animation_impl->GetKeyframeModel(TargetProperty::OPACITY); in UpdateAnimationState()
1445 scoped_refptr<Animation> animation_impl = in WillPrepareTilesOnThread() local
1450 animation_impl->GetKeyframeModel(TargetProperty::TRANSFORM); in WillPrepareTilesOnThread()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_host_unittest_animation.cc514 scoped_refptr<Animation> animation_impl = in DidActivateTreeOnThread() local
518 animation_impl->GetKeyframeModel(TargetProperty::OPACITY); in DidActivateTreeOnThread()
519 animation_impl->RemoveKeyframeModel(keyframe_model_impl->id()); in DidActivateTreeOnThread()
1161 scoped_refptr<Animation> animation_impl = in ShouldBlockActivation() local
1167 animation_impl->GetKeyframeModel(TargetProperty::SCROLL_OFFSET); in ShouldBlockActivation()
1362 scoped_refptr<Animation> animation_impl = in UpdateAnimationState() local
1368 if (!animation_impl->element_animations()) in UpdateAnimationState()
1372 animation_impl->GetKeyframeModel(TargetProperty::OPACITY); in UpdateAnimationState()
1445 scoped_refptr<Animation> animation_impl = in WillPrepareTilesOnThread() local
1450 animation_impl->GetKeyframeModel(TargetProperty::TRANSFORM); in WillPrepareTilesOnThread()
[all …]