startOfParagraph 1800 Source/core/dom/Range.cpp         start = startOfParagraph(start);
startOfParagraph  180 Source/core/editing/ApplyBlockElementCommand.cpp     start = startOfParagraph(endOfCurrentParagraph).deepEquivalent();
startOfParagraph  192 Source/core/editing/ApplyBlockElementCommand.cpp             start = startOfParagraph(VisiblePosition(end.previous())).deepEquivalent();
startOfParagraph  263 Source/core/editing/ApplyStyleCommand.cpp     VisiblePosition paragraphStart(startOfParagraph(visibleStart));
startOfParagraph  896 Source/core/editing/CompositeEditCommand.cpp     VisiblePosition visibleParagraphStart(startOfParagraph(visiblePos));
startOfParagraph  839 Source/core/editing/FrameSelection.cpp         pos = startOfParagraph(startForPlatform());
startOfParagraph  916 Source/core/editing/FrameSelection.cpp         pos = startOfParagraph(startForPlatform());
startOfParagraph  129 Source/core/editing/IndentOutdentCommand.cpp     VisiblePosition visibleStartOfParagraph = startOfParagraph(endingSelection().visibleStart());
startOfParagraph  190 Source/core/editing/IndentOutdentCommand.cpp     moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), VisiblePosition(positionBeforeNode(placeholder.get())), true);
startOfParagraph   89 Source/core/editing/InsertListCommand.cpp     VisiblePosition end = startOfParagraph(selection.visibleEnd());
startOfParagraph  135 Source/core/editing/InsertListCommand.cpp         VisiblePosition startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary);
startOfParagraph  137 Source/core/editing/InsertListCommand.cpp         if (startOfParagraph(startOfSelection, CanSkipOverEditingBoundary) != startOfLastParagraph) {
startOfParagraph  167 Source/core/editing/InsertListCommand.cpp                     startOfLastParagraph = startOfParagraph(endOfSelection, CanSkipOverEditingBoundary);
startOfParagraph  273 Source/core/editing/InsertListCommand.cpp         start = startOfParagraph(originalStart, CanSkipOverEditingBoundary);
startOfParagraph  337 Source/core/editing/InsertListCommand.cpp     VisiblePosition start = startOfParagraph(originalStart, CanSkipOverEditingBoundary);
startOfParagraph  389 Source/core/editing/InsertListCommand.cpp             start = startOfParagraph(originalStart, CanSkipOverEditingBoundary);
startOfParagraph  817 Source/core/editing/ReplaceSelectionCommand.cpp     VisiblePosition startOfParagraphToMove = mergeForward ? startOfParagraph(endOfInsertedContent) : endOfInsertedContent.next();
startOfParagraph 1170 Source/core/editing/ReplaceSelectionCommand.cpp         if (startOfParagraph(endOfInsertedContent) == startOfParagraphToMove) {
startOfParagraph  104 Source/core/editing/TextCheckingHelper.cpp     setStart(paragraphRange.get(), startOfParagraph(VisiblePosition(range->startPosition())));
startOfParagraph  310 Source/core/editing/TextCheckingHelper.cpp     setStart(paragraphRange.get(), startOfParagraph(VisiblePosition(m_range->startPosition())));
startOfParagraph  418 Source/core/editing/VisibleSelection.cpp             m_start = startOfParagraph(pos).deepEquivalent();
startOfParagraph  446 Source/core/editing/VisibleSelection.cpp             m_start = startOfParagraph(VisiblePosition(m_start, m_affinity)).deepEquivalent();
startOfParagraph 1249 Source/core/editing/VisibleUnits.cpp     return a.isNotNull() && startOfParagraph(a, boundaryCrossingRule) == startOfParagraph(b, boundaryCrossingRule);
startOfParagraph 1254 Source/core/editing/VisibleUnits.cpp     return pos.isNotNull() && pos == startOfParagraph(pos, boundaryCrossingRule);
startOfParagraph   67 Source/core/editing/VisibleUnits.h VisiblePosition startOfParagraph(const VisiblePosition&, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);