Home | History | Annotate | Download | only in style

Lines Matching refs:m_animations

53     , m_animations(0)
91 , m_animations(o.m_animations ? new AnimationList(*o.m_animations) : 0)
188 if ((!m_animations && o.m_animations) || (m_animations && !o.m_animations))
190 if (m_animations && o.m_animations && (*m_animations != *o.m_animations))