HomeSort by relevance Sort by last modified time
    Searched refs:needsAnim (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 82 bool needsAnim = blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
85 if (needsAnim)
KeyframeAnimation.cpp 195 bool needsAnim = blendProperties(this, property, animatedStyle.get(), fromStyle, toStyle, progress);
196 if (needsAnim)

Completed in 272 milliseconds