Searched refs:m_cancelledAnimationPlayers (Results 1 – 2 of 2) sorted by relevance
66 …ncelledAnimation(const AnimationPlayer* player) const { return m_cancelledAnimationPlayers.contain… in isCancelledAnimation()70 m_cancelledAnimationPlayers.add(&player); in cancelAnimation()104 …mationPlayer> >& cancelledAnimationAnimationPlayers() const { return m_cancelledAnimationPlayers; } in cancelledAnimationAnimationPlayers()137 && m_cancelledAnimationPlayers.isEmpty() in isEmpty()154 WillBeHeapHashSet<RawPtrWillBeMember<const AnimationPlayer> > m_cancelledAnimationPlayers; variable
735 visitor->trace(m_cancelledAnimationPlayers); in trace()