Home
last modified time | relevance | path

Searched refs:moveParagraphWithClones (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/editing/
DIndentOutdentCommand.cpp81 moveParagraphWithClones(start, end, newList.get(), selectedListItem); in tryIndentingAsListItem()
114 moveParagraphWithClones(start, end, targetBlockquote.get(), outerBlock.get()); in indentIntoBlockquote()
DFormatBlockCommand.cpp92 moveParagraphWithClones(start, end, blockNode.get(), outerBlock.get()); in formatRange()
DCompositeEditCommand.h110 …void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition&…
DInsertListCommand.cpp223moveParagraphWithClones(firstPositionInNode(listNode.get()), lastPositionInNode(listNode.get()), n… in doApplyForSingleParagraph()
DCompositeEditCommand.cpp867 void CompositeEditCommand::moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, c… in moveParagraphWithClones() function in WebCore::CompositeEditCommand
/external/webkit/Source/WebCore/
DChangeLog-2010-12-062446 The crash was caused by moveParagraphWithClones' not copying the entire paragraph
2488 The crash was caused by moveParagraphWithClones' not copying the entire paragraph
32805 Also fixed a bug in moveParagraphWithClones where erroneous br is added to the start of
32813 (WebCore::CompositeEditCommand::moveParagraphWithClones): No longer adds erroneous br.
36999 …for moveParagraphWithClones. Added endOfNextParagrahSplittingTextNodesIfNeeded to adjust endOfNext…
37000 start, and end to work-around moveParagraphWithClones's removing a line feed.
71188 moved by moveParagraphWithClones, either end could point to a wrong position after the move.
71191 … In doApply, if moveParagraph or moveParagraphWithClones, endOfSelection or startOfLastParagraph
DChangeLog-2010-01-2942531 defined in CompositeEditCommand called moveParagraphWithClones.
42543 (WebCore::CompositeEditCommand::moveParagraphWithClones): Added.
42550 … (WebCore::IndentOutdentCommand::tryIndentingAsListItem): Changed to use moveParagraphWithClones.
42551 … (WebCore::IndentOutdentCommand::indentIntoBlockquote): Changed to use moveParagraphWithClones.