Home
last modified time | relevance | path

Searched refs:moveParagraph (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/editing/
DFormatBlockCommand.cpp131 moveParagraph(paragraphStart, paragraphEnd, destination, true, false); in doApply()
DCompositeEditCommand.h103 …void moveParagraph(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool pr…
DInsertListCommand.cpp263 moveParagraph(start, end, VisiblePosition(Position(placeholder.get(), 0)), true); in doApply()
DIndentOutdentCommand.cpp237moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), Vi… in outdentParagraph()
DReplaceSelectionCommand.cpp707 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); in mergeEndIfNeeded()
951 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); in doApply()
DDeleteSelectionCommand.cpp615 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination); in mergeParagraphs()
DCompositeEditCommand.cpp878 void CompositeEditCommand::moveParagraph(const VisiblePosition& startOfParagraphToMove, const Visib… in moveParagraph() function in WebCore::CompositeEditCommand
/external/webkit/WebCore/
DChangeLog-2006-05-102967 with moveParagraph, instead of in the middle of the paste operation.
2970 (WebCore::CompositeEditCommand::moveParagraph):
2976 because moveParagraph uses ReplaceSelectionCommand and expects a merge.
4592 (WebCore::CompositeEditCommand::moveParagraph): The placeholder that's inserted
5053 (WebCore::CompositeEditCommand::moveParagraph):
5984 (WebCore::CompositeEditCommand::moveParagraph):
DChangeLog-2006-12-3121738 with no child nodes, not even a placeholder br), moveParagraph didn't prune
38479 case, since this patch fixes the moveParagraph bug in the preserveNewline case.
48656 (WebCore::CompositeEditCommand::moveParagraph): Added a preserveStyle bool.
49887 … (WebCore::CompositeEditCommand::moveParagraph): Added code to preserve the current selection.
50154 (WebCore::CompositeEditCommand::moveParagraph): Tell ReplaceSelectionCommand to select the
50155 replacement so that moveParagraph's callers have a valid destination after the move.
50170 … (WebCore::DeleteSelectionCommand::mergeParagraphs): Recompute m_endingPosition since moveParagraph
DChangeLog-2010-01-2942532 This is an improved version of the original moveParagraph that
47753 …indent command making simple DOM operation, without using moveParagraph which cause undo to be bro…
83644 … This patch implements appendParagraphIntoNode, a simpler specialized version of moveParagraph
83650 With moveParagraph, we used to remove all wrapping nodes, and replaced with a blockquote.
DChangeLog-2007-10-1456877 the repeated moveParagraph calls necessary to perform indent are