Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/compositor/
H A Dlayer_animator.cc138 LayerAnimatorCollection* collection = GetLayerAnimatorCollection(); in SetDelegate()
145 LayerAnimatorCollection* collection = GetLayerAnimatorCollection(); in SetDelegate()
268 LayerAnimatorCollection* collection = GetLayerAnimatorCollection(); in StartTogether()
542 LayerAnimatorCollection* collection = GetLayerAnimatorCollection(); in UpdateAnimationState()
872 LayerAnimatorCollection* collection = GetLayerAnimatorCollection(); in StartSequenceImmediately()
952 LayerAnimatorCollection* LayerAnimator::GetLayerAnimatorCollection() { in GetLayerAnimatorCollection() function in ui::LayerAnimator
953 return delegate_ ? delegate_->GetLayerAnimatorCollection() : NULL; in GetLayerAnimatorCollection()
H A Dlayer_animation_delegate.h61 virtual LayerAnimatorCollection* GetLayerAnimatorCollection() = 0;
H A Dlayer_animator.h361 LayerAnimatorCollection* GetLayerAnimatorCollection();
H A Dlayer.h561 LayerAnimatorCollection* GetLayerAnimatorCollection() override;
H A Dlayer_animator_unittest.cc3167 LayerAnimatorCollection* GetLayerAnimatorCollection() override { in GetLayerAnimatorCollection() function in ui::CollectionLayerAnimationDelegate
3181 LayerAnimatorCollection* collection = delegate.GetLayerAnimatorCollection(); in TEST()
3262 collection_delegate.GetLayerAnimatorCollection()->HasActiveAnimators()); in TEST()
3267 collection_delegate.GetLayerAnimatorCollection()->HasActiveAnimators()); in TEST()
H A Dlayer.cc1508 LayerAnimatorCollection* Layer::GetLayerAnimatorCollection() { in GetLayerAnimatorCollection() function in ui::Layer
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor/
H A Dlayer_animator.cc136 LayerAnimatorCollection* collection = GetLayerAnimatorCollection(); in SetDelegate()
143 LayerAnimatorCollection* collection = GetLayerAnimatorCollection(); in SetDelegate()
264 LayerAnimatorCollection* collection = GetLayerAnimatorCollection(); in StartTogether()
538 LayerAnimatorCollection* collection = GetLayerAnimatorCollection(); in UpdateAnimationState()
868 LayerAnimatorCollection* collection = GetLayerAnimatorCollection(); in StartSequenceImmediately()
948 LayerAnimatorCollection* LayerAnimator::GetLayerAnimatorCollection() { in GetLayerAnimatorCollection() function in ui::LayerAnimator
949 return delegate_ ? delegate_->GetLayerAnimatorCollection() : nullptr; in GetLayerAnimatorCollection()
H A Dlayer_animation_delegate.h61 virtual LayerAnimatorCollection* GetLayerAnimatorCollection() = 0;
H A Dlayer_animator.h362 LayerAnimatorCollection* GetLayerAnimatorCollection();
H A Dlayer.h564 LayerAnimatorCollection* GetLayerAnimatorCollection() override;
H A Dlayer_animator_unittest.cc3168 LayerAnimatorCollection* GetLayerAnimatorCollection() override { in GetLayerAnimatorCollection() function in ui::CollectionLayerAnimationDelegate
3182 LayerAnimatorCollection* collection = delegate.GetLayerAnimatorCollection(); in TEST()
3263 collection_delegate.GetLayerAnimatorCollection()->HasActiveAnimators()); in TEST()
3268 collection_delegate.GetLayerAnimatorCollection()->HasActiveAnimators()); in TEST()
H A Dlayer.cc1553 LayerAnimatorCollection* Layer::GetLayerAnimatorCollection() { in GetLayerAnimatorCollection() function in ui::Layer
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor/test/
H A Dtest_layer_animation_delegate.h81 LayerAnimatorCollection* GetLayerAnimatorCollection() override;
H A Dtest_layer_animation_delegate.cc175 TestLayerAnimationDelegate::GetLayerAnimatorCollection() { in GetLayerAnimatorCollection() function in ui::TestLayerAnimationDelegate