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

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

Completed in 141 milliseconds