Searched refs:moveParagraphWithClones (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | IndentOutdentCommand.cpp | 81 moveParagraphWithClones(start, end, newList.get(), selectedListItem); in tryIndentingAsListItem() 114 moveParagraphWithClones(start, end, targetBlockquote.get(), outerBlock.get()); in indentIntoBlockquote()
|
D | FormatBlockCommand.cpp | 92 moveParagraphWithClones(start, end, blockNode.get(), outerBlock.get()); in formatRange()
|
D | CompositeEditCommand.h | 110 …void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition&…
|
D | InsertListCommand.cpp | 223 …moveParagraphWithClones(firstPositionInNode(listNode.get()), lastPositionInNode(listNode.get()), n… in doApplyForSingleParagraph()
|
D | CompositeEditCommand.cpp | 867 void CompositeEditCommand::moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, c… in moveParagraphWithClones() function in WebCore::CompositeEditCommand
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 2446 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
|
D | ChangeLog-2010-01-29 | 42531 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.
|