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

  /external/webkit/WebCore/page/animation/
ImplicitAnimation.cpp 206 bool ImplicitAnimation::affectsProperty(int property) const
KeyframeAnimation.cpp 317 bool KeyframeAnimation::affectsProperty(int property) const
AnimationBase.h 145 virtual bool affectsProperty(int /*property*/) const { return false; }
152 return (!waitingToStart() && !postActive()) && affectsProperty(property);
154 return !postActive() && affectsProperty(property);

Completed in 29 milliseconds