Home
last modified time | relevance | path

Searched refs:CanThrottleTransformChanges (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/animation/
H A DKeyframeEffectReadOnly.h419 bool CanThrottleTransformChanges(nsIFrame& aFrame) const;
H A DKeyframeEffectReadOnly.cpp1036 !CanThrottleTransformChanges(*frame)) { in CanThrottle()
1051 KeyframeEffectReadOnly::CanThrottleTransformChanges(nsIFrame& aFrame) const in CanThrottleTransformChanges() function in mozilla::dom::KeyframeEffectReadOnly
/dports/lang/spidermonkey60/firefox-60.9.0/dom/animation/
H A DKeyframeEffectReadOnly.h454 bool CanThrottleTransformChanges(const nsIFrame& aFrame) const;
H A DKeyframeEffectReadOnly.cpp1337 : CanThrottleTransformChanges(*frame); in CanThrottle()
1388 bool KeyframeEffectReadOnly::CanThrottleTransformChanges( in CanThrottleTransformChanges() function in mozilla::dom::KeyframeEffectReadOnly
1427 if (CanThrottleTransformChanges(aFrame)) { in CanThrottleTransformChangesInScrollable()