HomeSort by relevance Sort by last modified time
    Searched refs:affectsProperty (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/page/animation/
AnimationBase.h 149 virtual bool affectsProperty(int /*property*/) const { return false; }
157 return (!waitingToStart() && !postActive()) && affectsProperty(property);
159 return !postActive() && affectsProperty(property);
ImplicitAnimation.h 61 virtual bool affectsProperty(int) const;
KeyframeAnimation.h 77 virtual bool affectsProperty(int) const;
ImplicitAnimation.cpp 225 bool ImplicitAnimation::affectsProperty(int property) const
KeyframeAnimation.cpp 376 bool KeyframeAnimation::affectsProperty(int property) const

Completed in 42 milliseconds