Searched defs:isValidAnimation (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/animation/
H A DAnimation.h59 // of properties in sync. isValidAnimation means this is not a placeholder.
60 bool isValidAnimation() const { return !m_isNone && !m_name.isEmpty(); } function in class:WebCore::Animation

Completed in 394 milliseconds