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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.h157 void moveParagraph(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool preserveSelection = false, bool preserveStyle = true);
H A DIndentOutdentCommand.cpp186 moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), positionBeforeNode(placeholder.get()), true);
H A DInsertListCommand.cpp152 // since moveParagraph and movePragraphWithClones can remove nodes.
387 moveParagraph(start, end, positionBeforeNode(placeholder.get()), true);
H A DReplaceSelectionCommand.cpp828 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);
1174 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);
H A DDeleteSelectionCommand.cpp660 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination, false, !paragraphToMergeIsEmpty);
662 // The endingPosition was likely clobbered by the move, so recompute it (moveParagraph selects the moved paragraph).
H A DCompositeEditCommand.cpp1098 // This is a version of moveParagraph that preserves style by keeping the original markup
1147 void CompositeEditCommand::moveParagraph(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle) function in class:WebCore::CompositeEditCommand

Completed in 122 milliseconds