Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dstyle_resolver.h251 bool ApplyAnimatedStyle(StyleResolverState&, StyleCascade&);
H A Dstyle_resolver.cc878 if (ApplyAnimatedStyle(state, cascade)) { in StyleForElement()
1183 if (ApplyAnimatedStyle(state, cascade)) in PseudoStyleForElement()
1377 bool StyleResolver::ApplyAnimatedStyle(StyleResolverState& state, in ApplyAnimatedStyle() function in blink::StyleResolver