Home | History | Annotate | Download | only in editing

Lines Matching full:child

53     for (Node* child = m_element1->firstChild(); child; child = child->nextSibling())
54 children.append(child);
81 for (Node* child = m_element2->firstChild(); child && child != atChild; child = child->nextSibling())
82 children.append(child);