Home | History | Annotate | Download | only in dom

Lines Matching refs:m_firstChild

275         m_firstChild = &newChild;
518 visitor->trace(m_firstChild);
587 if (m_firstChild == &oldChild)
588 m_firstChild = nextChild;
622 if (!m_firstChild)
662 while (RefPtrWillBeRawPtr<Node> child = m_firstChild) {