Home | Sort by relevance Sort by last modified time |
/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); |