Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.cpp400 VisiblePosition newParagraphStart = startOfNextParagraph(VisiblePosition(paragraphEnd)); in findFirstMisspellingOrBadGrammar() local
401 paragraphStart = newParagraphStart.toParentAnchoredPosition(); in findFirstMisspellingOrBadGrammar()
402 paragraphEnd = endOfParagraph(newParagraphStart).toParentAnchoredPosition(); in findFirstMisspellingOrBadGrammar()