hasActiveAnimations   45 Source/core/animation/ActiveAnimations.cpp         if (activeAnimations->hasActiveAnimations(CSSPropertyOpacity)
hasActiveAnimations   46 Source/core/animation/ActiveAnimations.cpp             || activeAnimations->hasActiveAnimations(CSSPropertyTransform)
hasActiveAnimations   47 Source/core/animation/ActiveAnimations.cpp             || activeAnimations->hasActiveAnimations(CSSPropertyWebkitFilter))
hasActiveAnimations   61 Source/core/animation/ActiveAnimations.cpp         return activeAnimations->hasActiveAnimations(property);
hasActiveAnimations   49 Source/core/animation/ActiveAnimations.h bool hasActiveAnimations(const RenderObject&, CSSPropertyID);
hasActiveAnimations   77 Source/core/animation/ActiveAnimations.h     bool hasActiveAnimations(CSSPropertyID) const;
hasActiveAnimations 1066 Source/core/css/resolver/StyleResolver.cpp     if (!(animatingElement && animatingElement->hasActiveAnimations())
hasActiveAnimations 3344 Source/core/dom/Element.cpp     if (hasActiveAnimations())
hasActiveAnimations  501 Source/core/dom/Element.h     bool hasActiveAnimations() const;
hasActiveAnimations 1608 Source/core/rendering/compositing/RenderLayerCompositor.cpp     return hasActiveAnimations(*renderer, CSSPropertyTransform);