Home | History | Annotate | Download | only in dom

Lines Matching defs:child2

2258         Node* child2 = chain2[--index2];
2259 if (child1 != child2) {
2263 if (child2->nodeType() == ATTRIBUTE_NODE)
2266 if (!child2->nextSibling())
2271 // Otherwise we need to see which node occurs first. Crawl backwards from child2 looking for child1.
2272 for (Node* child = child2->previousSibling(); child; child = child->previousSibling()) {