Home | History | Annotate | Download | only in dom

Lines Matching refs:nodeIndex

143         return m_anchorNode->nodeIndex();
145 return m_anchorNode->nodeIndex() + 1;
246 return Position(parent, n->nodeIndex());
278 return Position(parent, n->nodeIndex() + 1);
521 // return lastVisible on the next iteration, but we terminate early to avoid doing a nodeIndex() call.
633 // positions will be [boundary->parentNode(), originalBlock->nodeIndex() + 1].