Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.cpp312 Position paragraphEnd = m_end; in findFirstMisspellingOrBadGrammar() local
313 int totalRangeLength = TextIterator::rangeLength(paragraphStart, paragraphEnd); in findFirstMisspellingOrBadGrammar()
314 paragraphEnd = endOfParagraph(VisiblePosition(m_start)).toParentAnchoredPosition(); in findFirstMisspellingOrBadGrammar()
323 int currentLength = TextIterator::rangeLength(paragraphStart, paragraphEnd); in findFirstMisspellingOrBadGrammar()
333 String paragraphString = plainText(paragraphStart, paragraphEnd); in findFirstMisspellingOrBadGrammar()
400 VisiblePosition newParagraphStart = startOfNextParagraph(VisiblePosition(paragraphEnd)); in findFirstMisspellingOrBadGrammar()
402 paragraphEnd = endOfParagraph(newParagraphStart).toParentAnchoredPosition(); in findFirstMisspellingOrBadGrammar()
DVisibleUnits.cpp1237 VisiblePosition paragraphEnd(endOfParagraph(visiblePosition, CanSkipOverEditingBoundary)); in startOfNextParagraph() local
1238 VisiblePosition afterParagraphEnd(paragraphEnd.next(CannotCrossEditingBoundary)); in startOfNextParagraph()