Home | History | Annotate | Download | only in editing

Lines Matching refs:offsetInContainerNode

406     if (position.offsetInContainerNode() > offset + count)
407 position.moveToOffset(position.offsetInContainerNode() - count);
408 else if (position.offsetInContainerNode() > offset)