moveParagraph     152 Source/core/editing/CompositeEditCommand.h     void moveParagraph(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true, Node* constrainingAncestor = 0);
moveParagraph     666 Source/core/editing/DeleteSelectionCommand.cpp     moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination, false, !paragraphToMergeIsEmpty);
moveParagraph     190 Source/core/editing/IndentOutdentCommand.cpp     moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), VisiblePosition(positionBeforeNode(placeholder.get())), true);
moveParagraph     394 Source/core/editing/InsertListCommand.cpp     moveParagraph(start, end, VisiblePosition(positionBeforeNode(placeholder.get())), true);
moveParagraph     827 Source/core/editing/ReplaceSelectionCommand.cpp     moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);
moveParagraph    1179 Source/core/editing/ReplaceSelectionCommand.cpp         moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);