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

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationEffect.h64 virtual bool affects(CSSPropertyID) { return false; }; function in class:WebCore::AnimationEffect
H A DAnimationStack.cpp50 bool AnimationStack::affects(CSSPropertyID property) const function in class:WebCore::AnimationStack
53 if (m_activeAnimations[i]->affects(property))
H A DAnimation.cpp176 return hasActiveAnimationsOnCompositor() && affects(property);
179 bool Animation::affects(CSSPropertyID property) const function in class:WebCore::Animation
181 return m_effect && m_effect->affects(property);

Completed in 102 milliseconds