Home
last modified time | relevance | path

Searched refs:inert_animation (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.cc602 const InertEffect* inert_animation = entry.effect.Get(); in MaybeApplyPendingUpdate() local
606 element, inert_animation->Model(), inert_animation->SpecifiedTiming(), in MaybeApplyPendingUpdate()
613 if (inert_animation->Paused()) in MaybeApplyPendingUpdate()
672 const InertEffect* inert_animation = new_transition.effect.Get(); in MaybeApplyPendingUpdate() local
676 KeyframeEffectModelBase* model = inert_animation->Model(); in MaybeApplyPendingUpdate()
679 element, model, inert_animation->SpecifiedTiming(), in MaybeApplyPendingUpdate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.cc949 const InertEffect* inert_animation = entry.effect.Get(); in MaybeApplyPendingUpdate() local
953 element, inert_animation->Model(), inert_animation->SpecifiedTiming(), in MaybeApplyPendingUpdate()
959 if (inert_animation->Paused()) in MaybeApplyPendingUpdate()
1023 const InertEffect* inert_animation = new_transition->effect.Get(); in MaybeApplyPendingUpdate() local
1027 KeyframeEffectModelBase* model = inert_animation->Model(); in MaybeApplyPendingUpdate()
1030 element, model, inert_animation->SpecifiedTiming(), in MaybeApplyPendingUpdate()