HomeSort by relevance Sort by last modified time
    Searched refs:preActive (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationBase.h 116 bool preActive() const
122 bool active() const { return !postActive() && !preActive(); }
ImplicitAnimation.cpp 278 if (t != 0 || preActive())
AnimationBase.cpp 479 if (preActive())
KeyframeAnimation.cpp 453 if (t != 0 || preActive())

Completed in 3154 milliseconds