HomeSort by relevance Sort by last modified time
    Searched defs:affects (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationStack.cpp 50 bool AnimationStack::affects(CSSPropertyID property) const function in class:WebCore::AnimationStack
53 if (m_activeAnimations[i]->affects(property))
AnimationEffect.h 64 virtual bool affects(CSSPropertyID) { return false; }; function in class:WebCore::AnimationEffect
Animation.cpp 176 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 1177 milliseconds