Home
last modified time | relevance | path

Searched refs:animationUpdate (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h71 const CSSAnimationUpdate* animationUpdate() { return m_animationUpdate.get(); } in animationUpdate() function
DStyleResolver.cpp96 if (state.animationUpdate()) in setAnimationUpdateIfNeeded()
981 if (!state.animationUpdate()) in applyAnimatedProperties()
984 …BeMember<Interpolation> >& activeInterpolationsForAnimations = state.animationUpdate()->activeInte… in applyAnimatedProperties()
985 …eMember<Interpolation> >& activeInterpolationsForTransitions = state.animationUpdate()->activeInte… in applyAnimatedProperties()