Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DTextCheckingHelper.cpp270 bool foundGrammar = false; in findFirstMisspellingOrBadGrammar() local
293 if (foundGrammar) in findFirstMisspellingOrBadGrammar()
298 …location + detail->location + detail->length <= currentEndOffset && (!foundGrammar || result->loca… in findFirstMisspellingOrBadGrammar()
301 foundGrammar = true; in findFirstMisspellingOrBadGrammar()
304 if (foundGrammar) { in findFirstMisspellingOrBadGrammar()