Home | History | Annotate | Download | only in dom

Lines Matching refs:otherIterator

926     const Node* otherIterator = &other;
932 otherIterator = parent(*otherIterator);
935 if (thisIterator == otherIterator)
938 otherIterator = parent(*otherIterator);
940 ASSERT(!otherIterator);