moveParagraphs    939 Source/core/editing/CompositeEditCommand.cpp     moveParagraphs(visibleParagraphStart, visibleParagraphEnd, VisiblePosition(firstPositionInNode(newBlock.get())));
moveParagraphs   1131 Source/core/editing/CompositeEditCommand.cpp     moveParagraphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, preserveStyle, constrainingAncestor);
moveParagraphs    153 Source/core/editing/CompositeEditCommand.h     void moveParagraphs(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true, Node* constrainingAncestor = 0);
moveParagraphs    313 Source/core/editing/InsertListCommand.cpp     moveParagraphs(start, end, insertionPoint, /* preserveSelection */ true, /* preserveStyle */ true, listChildNode);