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

  /external/webkit/Source/WebCore/platform/animation/
Animation.h 59 // of properties in sync. isValidAnimation means this is not a placeholder.
60 bool isValidAnimation() const { return !m_isNone && !m_name.isEmpty(); }
  /external/webkit/Source/WebCore/page/animation/
CompositeAnimation.cpp 229 if (!anim->isValidAnimation())

Completed in 18 milliseconds