Searched refs:moveParagraph (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebCore/editing/ |
D | FormatBlockCommand.cpp | 131 moveParagraph(paragraphStart, paragraphEnd, destination, true, false); in doApply()
|
D | CompositeEditCommand.h | 103 …void moveParagraph(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool pr…
|
D | InsertListCommand.cpp | 263 moveParagraph(start, end, VisiblePosition(Position(placeholder.get(), 0)), true); in doApply()
|
D | IndentOutdentCommand.cpp | 237 …moveParagraph(startOfParagraph(visibleStartOfParagraph), endOfParagraph(visibleEndOfParagraph), Vi… in outdentParagraph()
|
D | ReplaceSelectionCommand.cpp | 707 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); in mergeEndIfNeeded() 951 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); in doApply()
|
D | DeleteSelectionCommand.cpp | 615 moveParagraph(startOfParagraphToMove, endOfParagraphToMove, mergeDestination); in mergeParagraphs()
|
D | CompositeEditCommand.cpp | 878 void CompositeEditCommand::moveParagraph(const VisiblePosition& startOfParagraphToMove, const Visib… in moveParagraph() function in WebCore::CompositeEditCommand
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 2967 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):
|
D | ChangeLog-2006-12-31 | 21738 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
|
D | ChangeLog-2010-01-29 | 42532 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.
|
D | ChangeLog-2007-10-14 | 56877 the repeated moveParagraph calls necessary to perform indent are
|