Home | History | Annotate | Download | only in dom

Lines Matching full:nodeindex

188         return m_anchorNode->nodeIndex();
190 return m_anchorNode->nodeIndex() + 1;
329 return createLegacyEditingPosition(parent, n->nodeIndex());
361 return createLegacyEditingPosition(parent, n->nodeIndex() + 1);
637 // return lastVisible on the next iteration, but we terminate early to avoid doing a nodeIndex() call.
751 // positions will be [boundary->parentNode(), originalBlock->nodeIndex() + 1].