Home | History | Annotate | Download | only in dom

Lines Matching refs:thisIterator

925     Node* thisIterator = this;
929 thisIterator = parent(*thisIterator);
934 while (thisIterator) {
935 if (thisIterator == otherIterator)
936 return thisIterator;
937 thisIterator = parent(*thisIterator);