moveParagraphWithClones  154 Source/core/editing/CompositeEditCommand.h     void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode);
moveParagraphWithClones   94 Source/core/editing/FormatBlockCommand.cpp     moveParagraphWithClones(VisiblePosition(start), VisiblePosition(end), blockNode.get(), outerBlock.get());
moveParagraphWithClones   82 Source/core/editing/IndentOutdentCommand.cpp         moveParagraphWithClones(VisiblePosition(start), VisiblePosition(end), newList.get(), selectedListItem.get());
moveParagraphWithClones   84 Source/core/editing/IndentOutdentCommand.cpp         moveParagraphWithClones(VisiblePosition(start), VisiblePosition(positionAfterNode(selectedListItem->lastChild())), newList.get(), selectedListItem.get());
moveParagraphWithClones  124 Source/core/editing/IndentOutdentCommand.cpp     moveParagraphWithClones(startOfContents, VisiblePosition(end), targetBlockquote.get(), outerBlock.get());
moveParagraphWithClones  230 Source/core/editing/InsertListCommand.cpp             moveParagraphWithClones(VisiblePosition(firstPositionInNode(listNode.get())), VisiblePosition(lastPositionInNode(listNode.get())), newList.get(), outerBlock);