Home | History | Annotate | Download | only in dom

Lines Matching refs:child1

2109         Node* child1 = chain1[--index1];
2111 if (child1 != child2) {
2113 if (child1->nodeType() == ATTRIBUTE_NODE)
2120 if (!child1->nextSibling())
2123 // Otherwise we need to see which node occurs first. Crawl backwards from child2 looking for child1.
2125 if (child == child1)