Home | History | Annotate | Download | only in resolver

Lines Matching refs:applyAnimatedProperties

634     if (applyAnimatedProperties(state, element))
805 if (applyAnimatedProperties(state, element.pseudoElement(pseudoStyleRequest.pseudoId)))
966 bool StyleResolver::applyAnimatedProperties(StyleResolverState& state, const Element* animatingElement)
986 applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForAnimations);
987 applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForTransitions);
991 applyAnimatedProperties<LowPriorityProperties>(state, activeInterpolationsForAnimations);
992 applyAnimatedProperties<LowPriorityProperties>(state, activeInterpolationsForTransitions);
1047 void StyleResolver::applyAnimatedProperties(StyleResolverState& state, const WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >& activeInterpolations)