Searched refs:calculateUpdate (Results 1 – 3 of 3) sorted by relevance
178 …static PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> calculateUpdate(const Element* animatingElement,…
224 PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> CSSAnimations::calculateUpdate(const Element* animatingE… in calculateUpdate() function in blink::CSSAnimations
980 …state.setAnimationUpdate(CSSAnimations::calculateUpdate(animatingElement, *element, *state.style()… in applyAnimatedProperties()