Home | History | Annotate | Download | only in dom

Lines Matching refs:start2

2203     Node* start2 = attr2 ? attr2->ownerElement() : otherNode;
2205 start2 is null, then we are disconnected, since one of the nodes is
2207 if (!start1 || !start2)
2217 if (attr1 && attr2 && start1 == start2 && start1) {
2242 if (start1->inDocument() != start2->inDocument() ||
2243 start1->document() != start2->document())
2250 for (current = start2; current; current = current->parentNode())