Home
last modified time | relevance | path

Searched refs:IsAnimatingCustomProperties (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver_state.h125 bool IsAnimatingCustomProperties() const { in IsAnimatingCustomProperties() function
H A Dstyle_resolver.cc778 if (CSSAnimations::IsAnimatingCustomProperties(element_animations)) { in CachedAnimationBaseComputedStyle()
796 if (state.IsAnimatingCustomProperties()) { in UpdateAnimationBaseComputedStyle()
1854 if (!state.IsAnimatingCustomProperties() && in MaybeAddToMatchedPropertiesCache()
1920 if (state.IsAnimatingCustomProperties()) { in CalculateAnimationUpdate()
2072 if (state.IsAnimatingCustomProperties()) { in ApplyMatchedProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.h63 static bool IsAnimatingCustomProperties(const ElementAnimations*);
H A Dcss_animations.cc1455 bool CSSAnimations::IsAnimatingCustomProperties( in IsAnimatingCustomProperties() function in blink::CSSAnimations
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/css/
H A Dcss_animations.h64 static bool IsAnimatingCustomProperties(const ElementAnimations*);
H A Dcss_animations.cc1893 bool CSSAnimations::IsAnimatingCustomProperties( in IsAnimatingCustomProperties() function in blink::CSSAnimations
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver.cc1614 if (CSSAnimations::IsAnimatingCustomProperties(element_animations)) in CanReuseBaseComputedStyle()