Home
last modified time | relevance | path

Searched refs:activeInterpolationsForAnimations (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp305 m_previousActiveInterpolationsForAnimations.swap(update->activeInterpolationsForAnimations()); in maybeApplyPendingUpdate()
503 if (!update->activeInterpolationsForAnimations().contains(id) in calculateTransitionUpdate()
547 …pHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolationsForAnimations(Anim… in calculateAnimationActiveInterpolations() local
548 update->adoptActiveInterpolationsForAnimations(activeInterpolationsForAnimations); in calculateAnimationActiveInterpolations()
556 …pHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolationsForAnimations(Anim… in calculateAnimationActiveInterpolations() local
557 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()
DCSSAnimations.h129 …HashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >& activeInterpolationsForAnimations() co… in activeInterpolationsForAnimations() function
131 …HashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >& activeInterpolationsForAnimations() { … in activeInterpolationsForAnimations() function
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp984 …llBeMember<Interpolation> >& activeInterpolationsForAnimations = state.animationUpdate()->activeIn… in applyAnimatedProperties() local
986 applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForAnimations); in applyAnimatedProperties()
991 applyAnimatedProperties<LowPriorityProperties>(state, activeInterpolationsForAnimations); in applyAnimatedProperties()