affects 86 Source/core/animation/ActiveAnimations.cpp if (animation.isCurrent() && animation.affects(property)) affects 227 Source/core/animation/Animation.cpp return hasActiveAnimationsOnCompositor() && affects(property); affects 232 Source/core/animation/Animation.cpp return m_effect && m_effect->affects(property); affects 81 Source/core/animation/Animation.h bool affects(CSSPropertyID) const; affects 54 Source/core/animation/AnimationEffect.h virtual bool affects(CSSPropertyID) { return false; }; affects 71 Source/core/animation/AnimationStack.cpp if (m_activeAnimations[i]->affects(property)) affects 54 Source/core/animation/AnimationStack.h bool affects(CSSPropertyID) const; affects 114 Source/core/animation/KeyframeEffectModel.h bool affects(CSSPropertyID property)