Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DCompositeEditCommand.cpp842 VisiblePosition afterParagraph(endOfParagraphToMove.next()); in moveParagraphWithClones() local
868 afterParagraph = VisiblePosition(afterParagraph.deepEquivalent()); in moveParagraphWithClones()
870 …quivalent().node()) && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == afterParagraph)) { in moveParagraphWithClones()
919 VisiblePosition afterParagraph(endOfParagraphToMove.next()); in moveParagraphs() local
962 afterParagraph = VisiblePosition(afterParagraph.deepEquivalent()); in moveParagraphs()
963 …ragraph.isNotNull() && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == afterParagraph)) { in moveParagraphs()