Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.cpp335 bool foundGrammar = false; in findFirstMisspellingOrBadGrammar() local
358 if (foundGrammar) in findFirstMisspellingOrBadGrammar()
363 …location + detail->location + detail->length <= currentEndOffset && (!foundGrammar || result->loca… in findFirstMisspellingOrBadGrammar()
366 foundGrammar = true; in findFirstMisspellingOrBadGrammar()
369 if (foundGrammar) { in findFirstMisspellingOrBadGrammar()