Searched refs:hasAnimations (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/page/animation/
H A DCompositeAnimation.h69 bool hasAnimations() const { return !m_transitions.isEmpty() || !m_keyframeAnimations.isEmpty(); } function in class:WebCore::CompositeAnimation
H A DAnimationControllerPrivate.h76 bool hasAnimations() const { return !m_compositeAnimations.isEmpty(); } function in class:WebCore::AnimationControllerPrivate
H A DAnimationController.cpp97 if (!animation.isSuspended() && animation.hasAnimations()) {
124 if (!compositeAnimation->isSuspended() && compositeAnimation->hasAnimations())
477 if (!m_data->hasAnimations())
H A DCompositeAnimation.cpp207 if (m_keyframeAnimations.isEmpty() && !targetStyle->hasAnimations())
214 if (currentStyle && currentStyle->hasAnimations() && targetStyle->hasAnimations() && *(currentStyle->animations()) == *(targetStyle->animations())) {
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.h1058 bool hasAnimations() const { return rareNonInheritedData->m_animations && rareNonInheritedData->m_animations->size() > 0; }

Completed in 121 milliseconds