Home | History | Annotate | Download | only in editing

Lines Matching refs:endingSelection

101     m_style->prepareToApplyAt(endingSelection().start());
112 if (!isEndOfBlock(endingSelection().visibleStart()))
150 if (!endingSelection().isNonOrphanedCaretOrRange())
153 Position insertionPosition = endingSelection().start();
155 EAffinity affinity = endingSelection().affinity();
158 if (endingSelection().isRange()) {
161 insertionPosition = endingSelection().start();
162 affinity = endingSelection().affinity();
248 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM, endingSelection().isDirectional()));
287 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
305 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
404 setEndingSelection(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM, endingSelection().isDirectional()));