Searched refs:fillsBackwards (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/animation/
H A DAnimation.h146 bool fillsBackwards() const { return m_fillModeSet && (m_fillMode == AnimationFillModeBackwards || m_fillMode == AnimationFillModeBoth); } function in class:WebCore::Animation
/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DKeyframeAnimation.cpp145 if (waitingToStart() && m_animation->delay() > 0 && !m_animation->fillsBackwards())
182 if (waitingToStart() && m_animation->delay() > 0 && !m_animation->fillsBackwards())

Completed in 216 milliseconds