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

  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
ImplicitAnimation.cpp 83 bool needsAnim = CSSPropertyAnimation::blendProperties(this, m_animatingProperty, animatedStyle.get(), m_fromStyle.get(), m_toStyle.get(), progress(1, 0, 0));
86 if (!needsAnim)
KeyframeAnimation.cpp 199 bool needsAnim = CSSPropertyAnimation::blendProperties(this, *it, animatedStyle.get(), fromStyle, toStyle, progress);
200 if (!needsAnim)

Completed in 2093 milliseconds