Home
last modified time | relevance | path

Searched refs:hasInEffectAnimations (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DAnimationHelper.cpp43 bool hasInEffectAnimations = false; in SampleAnimationForProperty() local
197 hasInEffectAnimations = true; in SampleAnimationForProperty()
204 return hasInEffectAnimations ? AnimationHelper::SampleResult::Sampled in SampleAnimationForProperty()
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DAnimationHelper.cpp43 bool hasInEffectAnimations = false; in SampleAnimationForProperty() local
197 hasInEffectAnimations = true; in SampleAnimationForProperty()
204 return hasInEffectAnimations ? AnimationHelper::SampleResult::Sampled in SampleAnimationForProperty()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DAnimationHelper.cpp43 bool hasInEffectAnimations = false; in SampleAnimationForProperty() local
197 hasInEffectAnimations = true; in SampleAnimationForProperty()
204 return hasInEffectAnimations ? AnimationHelper::SampleResult::Sampled in SampleAnimationForProperty()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DAnimationHelper.cpp142 bool hasInEffectAnimations = false; in SampleAnimationForProperty() local
296 hasInEffectAnimations = true; in SampleAnimationForProperty()
303 return hasInEffectAnimations ? AnimationHelper::SampleResult::Sampled in SampleAnimationForProperty()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DAnimationHelper.cpp521 bool hasInEffectAnimations = false; in SampleAnimations() local
528 hasInEffectAnimations); in SampleAnimations()
530 if (!hasInEffectAnimations) { in SampleAnimations()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/composite/
H A DAsyncCompositionManager.cpp634 bool hasInEffectAnimations = false; in SampleAnimations() local
638 animationValue, hasInEffectAnimations)) { in SampleAnimations()
642 if (hasInEffectAnimations) { in SampleAnimations()