Searched refs:m_activeInterpolationsForAnimations (Results 1 – 2 of 2) sorted by relevance
127 … RefPtrWillBeMember<Interpolation> >& newMap) { newMap.swap(m_activeInterpolationsForAnimations); } in adoptActiveInterpolationsForAnimations()129 …ation> >& activeInterpolationsForAnimations() const { return m_activeInterpolationsForAnimations; } in activeInterpolationsForAnimations()131 …terpolation> >& activeInterpolationsForAnimations() { return m_activeInterpolationsForAnimations; } in activeInterpolationsForAnimations()141 && m_activeInterpolationsForAnimations.isEmpty() in isEmpty()160 …HeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > m_activeInterpolationsForAnimations; variable
732 visitor->trace(m_activeInterpolationsForAnimations); in trace()