Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/dom/animation/
H A DKeyframeEffectReadOnly.h455 bool CanThrottleTransformChangesInScrollable(nsIFrame& aFrame) const;
H A DKeyframeEffectReadOnly.cpp1336 ? CanThrottleTransformChangesInScrollable(*frame) in CanThrottle()
1374 !CanThrottleTransformChangesInScrollable(*frame)) { in CanThrottle()
1406 bool KeyframeEffectReadOnly::CanThrottleTransformChangesInScrollable( in CanThrottleTransformChangesInScrollable() function in mozilla::dom::KeyframeEffectReadOnly