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

  /external/webkit/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 150 bool needsAnim = blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress);
151 if (needsAnim)

Completed in 21 milliseconds