Home | History | Annotate | Download | only in editing

Lines Matching refs:endOfParagraph

152     VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
153 VisiblePosition endAfterSelection = endOfParagraph(endOfParagraph(endOfSelection).next());
156 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
180 VisiblePosition visibleEndOfParagraph = endOfParagraph(visibleStartOfParagraph);
237 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), VisiblePosition(Position(placeholder.get(), 0)), true);
242 VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection);
244 if (endOfParagraph(startOfSelection) == endOfLastParagraph) {
250 VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
251 VisiblePosition endAfterSelection = endOfParagraph(endOfParagraph(endOfSelection).next());
254 VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
270 endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());