Home | History | Annotate | Download | only in editing

Lines Matching refs:newSelection

1051     VisibleSelection newSelection(original);
1052 VisiblePosition startOfSelection(newSelection.visibleStart());
1053 VisiblePosition endOfSelection(newSelection.visibleEnd());
1061 newSelection = VisibleSelection(startOfSelection, endOfSelection.previous(true));
1069 newSelection = VisibleSelection(startOfSelection.next(true), endOfSelection);
1071 return newSelection;