Home | History | Annotate | Download | only in editing

Lines Matching refs:badGrammarPhrase

1214     String badGrammarPhrase;
1228 badGrammarPhrase = foundItem;
1242 badGrammarPhrase = TextCheckingHelper(client(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
1247 if (startedWithSelection && !misspelledWord && !badGrammarPhrase) {
1259 badGrammarPhrase = foundItem;
1273 badGrammarPhrase = TextCheckingHelper(client(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
1277 if (!badGrammarPhrase.isEmpty()) {
1282 ASSERT(badGrammarPhrase.length() > 0);