Searched defs:child1 (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/dom/
H A DNode.cpp2109 Node* child1 = chain1[--index1]; local
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)

Completed in 56 milliseconds