Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositeEditCommand.cpp1114 VisiblePosition afterParagraph(endOfParagraphToMove.next()); in moveParagraphWithClones() local
1142 afterParagraph = VisiblePosition(afterParagraph.deepEquivalent()); in moveParagraphWithClones()
1145 …(beforeParagraph) && !isStartOfParagraph(beforeParagraph)) || beforeParagraph == afterParagraph)) { in moveParagraphWithClones()
1193 VisiblePosition afterParagraph(endOfParagraphToMove.next(CannotCrossEditingBoundary)); in moveParagraphs() local
1239 afterParagraph = VisiblePosition(afterParagraph.deepEquivalent()); in moveParagraphs()
1240 …ragraph.isNotNull() && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == afterParagraph)) { in moveParagraphs()