Searched refs:hasActiveAnimations (Results 1 – 6 of 6) sorted by relevance
48 if (activeAnimations->hasActiveAnimations(CSSPropertyOpacity) in shouldCompositeForActiveAnimations()49 || activeAnimations->hasActiveAnimations(CSSPropertyWebkitTransform) in shouldCompositeForActiveAnimations()50 || activeAnimations->hasActiveAnimations(CSSPropertyWebkitFilter)) in shouldCompositeForActiveAnimations()57 bool hasActiveAnimations(const RenderObject& renderer, CSSPropertyID property) in hasActiveAnimations() function66 return activeAnimations->hasActiveAnimations(property); in hasActiveAnimations()85 bool ActiveAnimations::hasActiveAnimations(CSSPropertyID property) const in hasActiveAnimations() function in WebCore::ActiveAnimations
49 bool hasActiveAnimations(const RenderObject&, CSSPropertyID);73 bool hasActiveAnimations(CSSPropertyID) const;
516 bool hasActiveAnimations() const;
391 bool Element::hasActiveAnimations() const in hasActiveAnimations() function in WebCore::Element3617 if (hasActiveAnimations()) in supportsStyleSharing()
1141 if (!(animatingElement && animatingElement->hasActiveAnimations()) in applyAnimatedProperties()
2023 return hasActiveAnimations(*renderer, CSSPropertyWebkitTransform); in isRunningAcceleratedTransformAnimation()