Searched refs:animatingElement (Results 1 – 2 of 2) sorted by relevance
1128 void StyleResolver::applyAnimatedProperties(StyleResolverState& state, Element* animatingElement) in applyAnimatedProperties() argument1139 …ASSERT(animatingElement == element || !animatingElement || animatingElement->parentOrShadowHostEle… in applyAnimatedProperties()1141 if (!(animatingElement && animatingElement->hasActiveAnimations()) in applyAnimatedProperties()1146 …state.setAnimationUpdate(CSSAnimations::calculateUpdate(animatingElement, *element, *state.style()… in applyAnimatedProperties()
263 void applyAnimatedProperties(StyleResolverState&, Element* animatingElement);