Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/animation/
DAnimationBase.h112 bool postActive() const { return m_animState == AnimationStateDone; } in postActive() function
113 bool active() const { return !postActive() && !preActive(); } in active()
114 bool running() const { return !isNew() && !postActive(); } in running()
152 return (!waitingToStart() && !postActive()) && affectsProperty(property); in isAnimatingProperty()
154 return !postActive() && affectsProperty(property); in isAnimatingProperty()
DImplicitAnimation.cpp57 if (!postActive()) in ~ImplicitAnimation()
70 if (postActive()) in animate()
DKeyframeAnimation.cpp61 if (!postActive()) in ~KeyframeAnimation()
116 if (postActive()) { in animate()
DCompositeAnimation.cpp123 if (!implAnim->postActive()) in updateTransitions()
198 if (it->second->postActive()) in updateKeyframeAnimations()
224 if (keyframeAnim->postActive()) in updateKeyframeAnimations()
DAnimationBase.cpp1187 …if (postActive() || !m_animation->duration() || (m_animation->iterationCount() > 0 && elapsedTime … in progress()
1279 if (postActive()) in getElapsedTime()