Searched refs:moveParagraphs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.h158 void moveParagraphs(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true);
H A DInsertListCommand.cpp290 // listChildNode below in moveParagraphs, previousListChild will be removed along with it if it is
306 moveParagraphs(start, end, insertionPoint, true);
H A DCompositeEditCommand.cpp945 // block but don't try and move content into it, since there's nothing for moveParagraphs to move.
969 moveParagraphs(visibleParagraphStart, visibleParagraphEnd, VisiblePosition(firstPositionInNode(newBlock.get())));
1151 moveParagraphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, preserveStyle);
1154 void CompositeEditCommand::moveParagraphs(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle) function in class:WebCore::CompositeEditCommand

Completed in 120 milliseconds