Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.cpp873 VisiblePosition afterParagraph(endOfParagraphToMove.next()); in moveParagraphWithClones() local
899 afterParagraph = VisiblePosition(afterParagraph.deepEquivalent()); in moveParagraphWithClones()
902 …(beforeParagraph) && !isStartOfParagraph(beforeParagraph)) || beforeParagraph == afterParagraph)) { in moveParagraphWithClones()
951 VisiblePosition afterParagraph(endOfParagraphToMove.next(CannotCrossEditingBoundary)); in moveParagraphs() local
999 afterParagraph = VisiblePosition(afterParagraph.deepEquivalent()); in moveParagraphs()
1000 …ragraph.isNotNull() && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == afterParagraph)) { in moveParagraphs()