Home
last modified time | relevance | path

Searched refs:preActive (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DAnimationBase.h111 bool preActive() const in preActive() function
117 bool active() const { return !postActive() && !preActive(); } in active()
DImplicitAnimation.cpp290 if (t != 0 || preActive()) in timeToNextService()
DKeyframeAnimation.cpp438 if (t != 0 || preActive()) in timeToNextService()
DAnimationBase.cpp1295 if (preActive()) in progress()