Home | History | Annotate | Download | only in animation

Lines Matching refs:m_targetElement

176     , m_targetElement(nullptr)
208 if (m_timeContainer && m_targetElement && hasValidAttributeName())
209 m_timeContainer->unschedule(this, m_targetElement, m_attributeName);
297 clearAnimatedType(m_targetElement);
579 if (m_targetElement)
580 clearAnimatedType(m_targetElement);
680 if (m_timeContainer && m_targetElement && m_attributeName != attributeName) {
682 m_timeContainer->unschedule(this, m_targetElement, m_attributeName);
685 m_timeContainer->schedule(this, m_targetElement, m_attributeName);
690 if (m_targetElement)
691 clearAnimatedType(m_targetElement);
697 if (m_targetElement)
698 m_timeContainer->unschedule(this, m_targetElement, m_attributeName);
703 if (m_targetElement) {
705 clearAnimatedType(m_targetElement);
713 m_targetElement = target;
1222 clearAnimatedType(m_targetElement);
1363 visitor->trace(m_targetElement);