Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DFormatBlockCommand.cpp57 VisiblePosition nextParagraph = endOfParagraph(visibleStart).next(); in modifyRange() local
58 while (nextParagraph.isNotNull() && nextParagraph != startOfLastParagraph) { in modifyRange()
59 setEndingSelection(nextParagraph); in modifyRange()
61 nextParagraph = endOfParagraph(endingSelection().visibleStart()).next(); in modifyRange()