Home
last modified time | relevance | path

Searched refs:m_activeInterpolationsForAnimations (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.h127 … 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
DCSSAnimations.cpp732 visitor->trace(m_activeInterpolationsForAnimations); in trace()