Searched refs:activeInterpolationsForAnimations (Results 1 – 3 of 3) sorted by relevance
305 m_previousActiveInterpolationsForAnimations.swap(update->activeInterpolationsForAnimations()); in maybeApplyPendingUpdate()503 if (!update->activeInterpolationsForAnimations().contains(id) in calculateTransitionUpdate()547 …pHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolationsForAnimations(Anim… in calculateAnimationActiveInterpolations() local548 update->adoptActiveInterpolationsForAnimations(activeInterpolationsForAnimations); in calculateAnimationActiveInterpolations()556 …pHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolationsForAnimations(Anim… in calculateAnimationActiveInterpolations() local557 update->adoptActiveInterpolationsForAnimations(activeInterpolationsForAnimations); in calculateAnimationActiveInterpolations()587 …if (!update->activeInterpolationsForAnimations().isEmpty() && !activeInterpolationsForTransitions.… in calculateTransitionActiveInterpolations()588 …onst_iterator iter = update->activeInterpolationsForAnimations().begin(); iter != update->activeIn… in calculateTransitionActiveInterpolations()
129 …HashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >& activeInterpolationsForAnimations() co… in activeInterpolationsForAnimations() function131 …HashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >& activeInterpolationsForAnimations() { … in activeInterpolationsForAnimations() function
984 …llBeMember<Interpolation> >& activeInterpolationsForAnimations = state.animationUpdate()->activeIn… in applyAnimatedProperties() local986 applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForAnimations); in applyAnimatedProperties()991 applyAnimatedProperties<LowPriorityProperties>(state, activeInterpolationsForAnimations); in applyAnimatedProperties()