Searched refs:paragraphEnd (Results 1 – 2 of 2) sorted by relevance
450 VisiblePosition paragraphEnd = endOfParagraph(position);454 RefPtr<Range> fullCharacterRange = makeRange(paragraphStart, paragraphEnd);485 VisiblePosition paragraphEnd = endOfParagraph(selectionEnd);491 String fullPlainTextString = plainText(makeRange(paragraphStart, paragraphEnd).get());
889 VisiblePosition paragraphEnd(endOfParagraph(visiblePosition, CanSkipOverEditingBoundary)); in startOfNextParagraph() local890 VisiblePosition afterParagraphEnd(paragraphEnd.next(CannotCrossEditingBoundary)); in startOfNextParagraph()