Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DImplicitAnimation.cpp82 …bool needsAnim = blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get()… in animate() local
85 if (needsAnim) in animate()
DKeyframeAnimation.cpp195 …bool needsAnim = blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress… in animate() local
196 if (needsAnim) in animate()