Home
last modified time | relevance | path

Searched refs:mPerformanceWarning (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/animation/
H A DKeyframeEffectReadOnly.cpp454 property.mPerformanceWarning.reset(); in SetIsRunningOnCompositor()
839 if (property.mPerformanceWarning && in GetProperties()
840 property.mPerformanceWarning->ToLocalizedString(localizedString)) { in GetProperties()
1260 (!property.mPerformanceWarning || in SetPerformanceWarning()
1261 *property.mPerformanceWarning != aWarning)) { in SetPerformanceWarning()
1262 property.mPerformanceWarning = Some(aWarning); in SetPerformanceWarning()
1266 property.mPerformanceWarning->ToLocalizedString(localizedString)) { in SetPerformanceWarning()
H A DKeyframeEffectReadOnly.h153 Maybe<AnimationPerformanceWarning> mPerformanceWarning; member
/dports/www/firefox-esr/firefox-91.8.0/dom/animation/
H A DKeyframeEffect.cpp47 if (mPerformanceWarning && *mPerformanceWarning == aWarning) { in SetPerformanceWarning()
51 mPerformanceWarning = Some(aWarning); in SetPerformanceWarning()
55 mPerformanceWarning->ToLocalizedString(localizedString)) { in SetPerformanceWarning()
683 property.mPerformanceWarning.reset(); in SetIsRunningOnCompositor()
705 property.mPerformanceWarning.reset(); in SetIsRunningOnCompositor()
1156 if (property.mPerformanceWarning && in GetProperties()
1157 property.mPerformanceWarning->ToLocalizedString(localizedString)) { in GetProperties()
H A DKeyframeEffect.h72 Maybe<AnimationPerformanceWarning> mPerformanceWarning; member
/dports/lang/spidermonkey78/firefox-78.9.0/dom/animation/
H A DKeyframeEffect.cpp45 if (mPerformanceWarning && *mPerformanceWarning == aWarning) { in SetPerformanceWarning()
49 mPerformanceWarning = Some(aWarning); in SetPerformanceWarning()
53 mPerformanceWarning->ToLocalizedString(localizedString)) { in SetPerformanceWarning()
686 property.mPerformanceWarning.reset(); in SetIsRunningOnCompositor()
706 property.mPerformanceWarning.reset(); in SetIsRunningOnCompositor()
1127 if (property.mPerformanceWarning && in GetProperties()
1128 property.mPerformanceWarning->ToLocalizedString(localizedString)) { in GetProperties()
H A DKeyframeEffect.h72 Maybe<AnimationPerformanceWarning> mPerformanceWarning; member
/dports/www/firefox/firefox-99.0/dom/animation/
H A DKeyframeEffect.cpp48 if (mPerformanceWarning && *mPerformanceWarning == aWarning) { in SetPerformanceWarning()
52 mPerformanceWarning = Some(aWarning); in SetPerformanceWarning()
56 mPerformanceWarning->ToLocalizedString(localizedString)) { in SetPerformanceWarning()
684 property.mPerformanceWarning.reset(); in SetIsRunningOnCompositor()
706 property.mPerformanceWarning.reset(); in SetIsRunningOnCompositor()
1150 if (property.mPerformanceWarning && in GetProperties()
1151 property.mPerformanceWarning->ToLocalizedString(localizedString)) { in GetProperties()
H A DKeyframeEffect.h72 Maybe<AnimationPerformanceWarning> mPerformanceWarning; member
/dports/mail/thunderbird/thunderbird-91.8.0/dom/animation/
H A DKeyframeEffect.cpp47 if (mPerformanceWarning && *mPerformanceWarning == aWarning) { in SetPerformanceWarning()
51 mPerformanceWarning = Some(aWarning); in SetPerformanceWarning()
55 mPerformanceWarning->ToLocalizedString(localizedString)) { in SetPerformanceWarning()
683 property.mPerformanceWarning.reset(); in SetIsRunningOnCompositor()
705 property.mPerformanceWarning.reset(); in SetIsRunningOnCompositor()
1156 if (property.mPerformanceWarning && in GetProperties()
1157 property.mPerformanceWarning->ToLocalizedString(localizedString)) { in GetProperties()
H A DKeyframeEffect.h72 Maybe<AnimationPerformanceWarning> mPerformanceWarning; member
/dports/lang/spidermonkey60/firefox-60.9.0/dom/animation/
H A DKeyframeEffectReadOnly.cpp723 property.mPerformanceWarning.reset(); in SetIsRunningOnCompositor()
1080 if (property.mPerformanceWarning && in GetProperties()
1081 property.mPerformanceWarning->ToLocalizedString(localizedString)) { in GetProperties()
1609 (!property.mPerformanceWarning || in SetPerformanceWarning()
1610 *property.mPerformanceWarning != aWarning)) { in SetPerformanceWarning()
1611 property.mPerformanceWarning = Some(aWarning); in SetPerformanceWarning()
1615 property.mPerformanceWarning->ToLocalizedString(localizedString)) { in SetPerformanceWarning()
H A DKeyframeEffectReadOnly.h76 Maybe<AnimationPerformanceWarning> mPerformanceWarning; member