Home
last modified time | relevance | path

Searched refs:postActive (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/animation/
H A DAnimationBase.h121 bool postActive() const { return m_animState == AnimationStateDone; } in postActive() function
122 bool active() const { return !postActive() && !preActive(); } in active()
123 bool running() const { return !isNew() && !postActive(); } in running()
162 return (!waitingToStart() && !postActive()) && affectsProperty(property); in isAnimatingProperty()
164 return !postActive() && affectsProperty(property); in isAnimatingProperty()
H A DImplicitAnimation.cpp57 if (!postActive()) in ~ImplicitAnimation()
70 if (postActive()) in animate()
H A DCompositeAnimation.cpp131 if (!implAnim->postActive()) in updateTransitions()
209 if (it->second->postActive()) in updateKeyframeAnimations()
237 if (keyframeAnim->postActive()) in updateKeyframeAnimations()
H A DKeyframeAnimation.cpp64 if (!postActive()) in ~KeyframeAnimation()
158 if (postActive()) { in animate()
H A DAnimationBase.cpp1308 if (postActive() || !m_animation->duration()) in progress()
1411 if (postActive()) in getElapsedTime()