Home | History | Annotate | Download | only in dom

Lines Matching refs:m_firstChild

201         ASSERT(m_firstChild != nextChild);
205 ASSERT(m_firstChild == nextChild);
206 m_firstChild = newChild;
321 ASSERT(m_firstChild != next);
324 next = m_firstChild;
325 m_firstChild = child.get();
475 if (m_firstChild == oldChild)
476 m_firstChild = nextChild;
508 if (!m_firstChild)
524 while (RefPtr<Node> n = m_firstChild) {
534 m_firstChild = next;
622 m_firstChild = child;
734 for (Node* child = m_firstChild; child; child = child->nextSibling())
741 for (Node* child = m_firstChild; child; child = child->nextSibling())
770 for (Node* child = m_firstChild; child; child = child->nextSibling())
778 for (Node* child = m_firstChild; child; child = child->nextSibling())
786 for (Node* child = m_firstChild; child; child = child->nextSibling())