Home
last modified time | relevance | path

Searched refs:moveParagraphs (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/editing/
DCompositeEditCommand.h104 …void moveParagraphs(const VisiblePosition&, const VisiblePosition&, const VisiblePosition&, bool p…
DInsertListCommand.cpp201 moveParagraphs(start, end, insertionPoint, true); in doApply()
DCompositeEditCommand.cpp699moveParagraphs(visibleParagraphStart, visibleParagraphEnd, VisiblePosition(Position(newBlock.get()… in moveParagraphContentsToNewBlockIfNecessary()
747moveParagraphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, prese… in moveParagraph()
750 void CompositeEditCommand::moveParagraphs(const VisiblePosition& startOfParagraphToMove, const Visi… in moveParagraphs() function in WebCore::CompositeEditCommand
/external/webkit/WebCore/
DChangeLog-2007-10-147606 the selection preservation code inside moveParagraphs to iterate over the
7824 preservation code inside moveParagraphs to iterate over the selected paragraphs.
7831 (WebCore::CompositeEditCommand::moveParagraphs): Pass range compliant equivalents to
13054 <rdar://problem/5369009> Crash due to infinite recursion in moveParagraphs on delete
13058 moveParagraphs into infinite recursion, as it continually tried and failed
13068 (WebCore::CompositeEditCommand::moveParagraphs):
42745 which relies on moveParagraphs into infinite recursion.
43687 (WebCore::CompositeEditCommand::moveParagraphs):
43717 (WebCore::CompositeEditCommand::moveParagraphs):
43773 List creation uses moveParagraphs to push content into list items.
[all …]
DChangeLog-2006-12-318063 (WebCore::CompositeEditCommand::moveParagraphs):
19093 List creation uses moveParagraphs to push content into list items.
19094 moveParagraphs uses a TextIterator to restore selections after moves.
21744 (WebCore::CompositeEditCommand::moveParagraphs): If the selection
25892 (WebCore::CompositeEditCommand::moveParagraphs):
36428 (WebCore::CompositeEditCommand::moveParagraphs): Changed to not use EditCommandPtr.
38446 (WebCore::CompositeEditCommand::moveParagraphs): Added code
45329 (WebCore::CompositeEditCommand::moveParagraphs): fix more instances of leaked DOM ranges
45365 (WebCore::CompositeEditCommand::moveParagraphs): put a newly created Range in a RefPtr
48482 (WebCore::CompositeEditCommand::moveParagraphs): Placeholder insertion
[all …]
DChangeLog-2008-08-108732 (WebCore::CompositeEditCommand::moveParagraphs): If asked to preserveStyle, we
8744 is buggy and should be phased out when we rewrite moveParagraphs.
9864 … There were two problems. First, moveParagraphs didn't preserve the style of empty paragraphs.
9877 … (WebCore::CompositeEditCommand::moveParagraphs): Preserve the style of an empty paragraph, too.
13264 (WebCore::CompositeEditCommand::moveParagraphs):
13765 (WebCore::CompositeEditCommand::moveParagraphs): If we're removing a line
14814 if that happens. The long term solution for these crashes is to make moveParagraphs
42167 (WebCore::CompositeEditCommand::moveParagraphs): Ditto.
73284 …Preserve m_needPlaceholder during the call to moveParagraphs, since it may change it and since it …
73287 because it handles preserving m_needPlaceholder when it calls moveParagraphs.
DChangeLog-2009-06-163566 (WebCore::CompositeEditCommand::moveParagraphs):
15031 (WebCore::CompositeEditCommand::moveParagraphs):
16814 * editing/CompositeEditCommand.cpp: (WebCore::CompositeEditCommand::moveParagraphs):
17923 content into it, since there's nothing for moveParagraphs to move.
20821 (WebCore::CompositeEditCommand::moveParagraphs):
31355 (WebCore::CompositeEditCommand::moveParagraphs):
40333 (WebCore::CompositeEditCommand::moveParagraphs):
60196 (WebCore::CompositeEditCommand::moveParagraphs): Ditto.
DChangeLog1328 (WebCore::CompositeEditCommand::moveParagraphs): Uses editingStyleAtPosition
DChangeLog-2006-05-105975 (WebCore::ReplaceSelectionCommand::doApply): Do paragraph merging using moveParagraphs.