Searched refs:moveParagraph (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.h108 void moveParagraph(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true);
H A DIndentOutdentCommand.cpp179 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.get()), true);
H A DInsertListCommand.cpp151 // since moveParagraph and movePragraphWithClones can remove nodes.
385 moveParagraph(start, end, positionBeforeNode(placeholder.get()), true);
H A DReplaceSelectionCommand.cpp748 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);
1078 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);
H A DDeleteSelectionCommand.cpp649 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination, false, !paragraphToMergeIsEmpty);
651 // The endingPosition was likely clobbered by the move, so recompute it (moveParagraph selects the moved paragraph).
H A DCompositeEditCommand.cpp861 // This is a version of moveParagraph that preserves style by keeping the original markup
910 void CompositeEditCommand::moveParagraph(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle) function in class:WebCore::CompositeEditCommand

Completed in 221 milliseconds