Home
last modified time | relevance | path

Searched refs:AnimationsPresent (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/animation/
H A DPendingAnimationTracker.cpp148 : CheckState::AnimationsPresent; in MarkAnimationsThatMightNeedSynchronization()
153 (CheckState::TransitionsPresent | CheckState::AnimationsPresent)) { in MarkAnimationsThatMightNeedSynchronization()
168 mHasPlayPendingGeometricAnimations & CheckState::AnimationsPresent)) { in MarkAnimationsThatMightNeedSynchronization()
H A DPendingAnimationTracker.h97 AnimationsPresent = 1 << 1, enumerator
/dports/www/firefox/firefox-99.0/dom/animation/
H A DPendingAnimationTracker.cpp152 : CheckState::AnimationsPresent; in MarkAnimationsThatMightNeedSynchronization()
157 (CheckState::TransitionsPresent | CheckState::AnimationsPresent)) { in MarkAnimationsThatMightNeedSynchronization()
172 mHasPlayPendingGeometricAnimations & CheckState::AnimationsPresent)) { in MarkAnimationsThatMightNeedSynchronization()
H A DPendingAnimationTracker.h97 AnimationsPresent = 1 << 1, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/dom/animation/
H A DPendingAnimationTracker.cpp148 : CheckState::AnimationsPresent; in MarkAnimationsThatMightNeedSynchronization()
153 (CheckState::TransitionsPresent | CheckState::AnimationsPresent)) { in MarkAnimationsThatMightNeedSynchronization()
168 mHasPlayPendingGeometricAnimations & CheckState::AnimationsPresent)) { in MarkAnimationsThatMightNeedSynchronization()
H A DPendingAnimationTracker.h97 AnimationsPresent = 1 << 1, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/dom/animation/
H A DPendingAnimationTracker.cpp144 : CheckState::AnimationsPresent; in MarkAnimationsThatMightNeedSynchronization()
149 (CheckState::TransitionsPresent | CheckState::AnimationsPresent)) { in MarkAnimationsThatMightNeedSynchronization()
165 mHasPlayPendingGeometricAnimations & CheckState::AnimationsPresent)) { in MarkAnimationsThatMightNeedSynchronization()
H A DPendingAnimationTracker.h99 AnimationsPresent = 1 << 1, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/
H A Danimation.rs143 AnimationState::AnimationsPresent in update_animation_state()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script_traits/
H A Dlib.rs376 AnimationsPresent, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/compositing/
H A Dcompositor.rs565 AnimationState::AnimationsPresent => { in change_running_animations_state()