Home | History | Annotate | Download | only in dom

Lines Matching refs:otherChild

1759     Node *otherChild = other->firstChild();
1762 if (!child->isEqualNode(otherChild))
1766 otherChild = otherChild->nextSibling();
1769 if (otherChild)