Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/animation/
H A DAnimationBase.h82 AnimationStateDone, // end timer fired, animation finished and removed enumerator
121 bool postActive() const { return m_animState == AnimationStateDone; } in postActive()
H A DAnimationBase.cpp971 m_animState = AnimationStateDone; in updateStateMachine()
1110 m_animState = AnimationStateDone; in updateStateMachine()
1200 case AnimationStateDone: in updateStateMachine()