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

  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.h 66 bool isCancelledAnimation(const AnimationPlayer* player) const { return m_cancelledAnimationPlayers.contains(player); }
70 m_cancelledAnimationPlayers.add(&player);
104 const WillBeHeapHashSet<RawPtrWillBeMember<const AnimationPlayer> >& cancelledAnimationAnimationPlayers() const { return m_cancelledAnimationPlayers; }
137 && m_cancelledAnimationPlayers.isEmpty()
154 WillBeHeapHashSet<RawPtrWillBeMember<const AnimationPlayer> > m_cancelledAnimationPlayers;
CSSAnimations.cpp     [all...]

Completed in 701 milliseconds