HomeSort by relevance Sort by last modified time
    Searched full:animationsmatch (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/animation/
Animation.h 107 bool animationsMatch(const Animation*, bool matchPlayStates = true) const;
110 bool operator==(const Animation& o) const { return animationsMatch(&o); }
Animation.cpp 98 bool Animation::animationsMatch(const Animation* o, bool matchPlayStates) const
  /external/webkit/WebCore/page/animation/
AnimationBase.h 134 bool animationsMatch(const Animation*) const;
AnimationBase.cpp     [all...]

Completed in 55 milliseconds