Searched refs:affectsProperty (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DAnimationBase.h155 virtual bool affectsProperty(CSSPropertyID /*property*/) const { return false; } function in class:WebCore::AnimationBase
163 return (!waitingToStart() && !postActive()) && affectsProperty(property);
165 return !postActive() && affectsProperty(property);
H A DImplicitAnimation.h62 virtual bool affectsProperty(CSSPropertyID) const;
H A DKeyframeAnimation.h79 virtual bool affectsProperty(CSSPropertyID) const;
H A DImplicitAnimation.cpp212 bool ImplicitAnimation::affectsProperty(CSSPropertyID property) const function in class:WebCore::ImplicitAnimation
H A DKeyframeAnimation.cpp348 bool KeyframeAnimation::affectsProperty(CSSPropertyID property) const function in class:WebCore::KeyframeAnimation

Completed in 191 milliseconds