Home | History | Annotate | Download | only in dom

Lines Matching refs:nodeIndex

189         return m_anchorNode->nodeIndex();
191 return m_anchorNode->nodeIndex() + 1;
325 return createLegacyEditingPosition(parent, node->nodeIndex());
354 return createLegacyEditingPosition(parent, node->nodeIndex() + 1);
580 // return lastVisible on the next iteration, but we terminate early to avoid doing a nodeIndex() call.
694 // positions will be [boundary->parentNode(), originalBlock->nodeIndex() + 1].