Lines Matching full:start2
2055 Node* start2 = attr2 ? attr2->ownerElement() : otherNode;
2057 // If either of start1 or start2 is null, then we are disconnected, since one of the nodes is
2059 if (!start1 || !start2)
2069 if (attr1 && attr2 && start1 == start2 && start1) {
2094 if (start1->inDocument() != start2->inDocument() ||
2095 start1->document() != start2->document())
2102 for (current = start2; current; current = current->parentNode())