endOfParagraph   1801 Source/core/dom/Range.cpp         end = endOfParagraph(end);
endOfParagraph    119 Source/core/editing/ApplyBlockElementCommand.cpp     VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
endOfParagraph    120 Source/core/editing/ApplyBlockElementCommand.cpp     VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection);
endOfParagraph    121 Source/core/editing/ApplyBlockElementCommand.cpp     VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next());
endOfParagraph    243 Source/core/editing/ApplyBlockElementCommand.cpp     VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
endOfParagraph    264 Source/core/editing/ApplyStyleCommand.cpp     VisiblePosition nextParagraphStart(endOfParagraph(paragraphStart).next());
endOfParagraph    265 Source/core/editing/ApplyStyleCommand.cpp     VisiblePosition beyondEnd(endOfParagraph(visibleEnd).next());
endOfParagraph    283 Source/core/editing/ApplyStyleCommand.cpp                 nextParagraphStart = endOfParagraph(paragraphStart).next();
endOfParagraph    287 Source/core/editing/ApplyStyleCommand.cpp         nextParagraphStart = endOfParagraph(paragraphStart).next();
endOfParagraph    897 Source/core/editing/CompositeEditCommand.cpp     VisiblePosition visibleParagraphEnd = endOfParagraph(visiblePos);
endOfParagraph    629 Source/core/editing/DeleteSelectionCommand.cpp     VisiblePosition endOfParagraphToMove = endOfParagraph(startOfParagraphToMove, CanSkipOverEditingBoundary);
endOfParagraph    671 Source/core/editing/FrameSelection.cpp         pos = endOfParagraph(endForPlatform());
endOfParagraph    754 Source/core/editing/FrameSelection.cpp         pos = endOfParagraph(endForPlatform());
endOfParagraph    130 Source/core/editing/IndentOutdentCommand.cpp     VisiblePosition visibleEndOfParagraph = endOfParagraph(visibleStartOfParagraph);
endOfParagraph    190 Source/core/editing/IndentOutdentCommand.cpp     moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), VisiblePosition(positionBeforeNode(placeholder.get())), true);
endOfParagraph    196 Source/core/editing/IndentOutdentCommand.cpp     VisiblePosition endOfCurrentParagraph = endOfParagraph(startOfSelection);
endOfParagraph    197 Source/core/editing/IndentOutdentCommand.cpp     VisiblePosition endOfLastParagraph = endOfParagraph(endOfSelection);
endOfParagraph    205 Source/core/editing/IndentOutdentCommand.cpp     VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next());
endOfParagraph    208 Source/core/editing/IndentOutdentCommand.cpp         VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
endOfParagraph    224 Source/core/editing/IndentOutdentCommand.cpp             endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next());
endOfParagraph    274 Source/core/editing/InsertListCommand.cpp         end = endOfParagraph(start, CanSkipOverEditingBoundary);
endOfParagraph    338 Source/core/editing/InsertListCommand.cpp     VisiblePosition end = endOfParagraph(start, CanSkipOverEditingBoundary);
endOfParagraph    390 Source/core/editing/InsertListCommand.cpp             end = endOfParagraph(start, CanSkipOverEditingBoundary);
endOfParagraph    821 Source/core/editing/ReplaceSelectionCommand.cpp     if (endOfParagraph(startOfParagraphToMove) == destination) {
endOfParagraph    827 Source/core/editing/ReplaceSelectionCommand.cpp     moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);
endOfParagraph   1179 Source/core/editing/ReplaceSelectionCommand.cpp         moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);
endOfParagraph    105 Source/core/editing/TextCheckingHelper.cpp     setEnd(paragraphRange.get(), endOfParagraph(VisiblePosition(range->endPosition())));
endOfParagraph    133 Source/core/editing/TextCheckingHelper.cpp     setEnd(paragraphRange().get(), endOfParagraph(startOfNextParagraph(VisiblePosition(paragraphRange()->startPosition()))));
endOfParagraph    312 Source/core/editing/TextCheckingHelper.cpp     setEnd(paragraphRange.get(), endOfParagraph(VisiblePosition(m_range->startPosition())));
endOfParagraph    406 Source/core/editing/TextCheckingHelper.cpp         setEnd(paragraphRange.get(), endOfParagraph(newParagraphStart));
endOfParagraph    541 Source/core/editing/TypingCommand.cpp         if (visibleEnd == endOfParagraph(visibleEnd))
endOfParagraph    419 Source/core/editing/VisibleSelection.cpp             VisiblePosition visibleParagraphEnd = endOfParagraph(VisiblePosition(m_end, m_affinity));
endOfParagraph    447 Source/core/editing/VisibleSelection.cpp             m_end = endOfParagraph(VisiblePosition(m_end, m_affinity)).deepEquivalent();
endOfParagraph   1238 Source/core/editing/VisibleUnits.cpp     VisiblePosition paragraphEnd(endOfParagraph(visiblePosition, CanSkipOverEditingBoundary));
endOfParagraph   1259 Source/core/editing/VisibleUnits.cpp     return pos.isNotNull() && pos == endOfParagraph(pos, boundaryCrossingRule);
endOfParagraph     68 Source/core/editing/VisibleUnits.h VisiblePosition endOfParagraph(const VisiblePosition&, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);