HomeSort by relevance Sort by last modified time
    Searched refs:badGrammarPhrase (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 296 String badGrammarPhrase;
372 badGrammarPhrase = paragraphString.substring(result->location, result->length);
373 ASSERT(badGrammarPhrase.length());
378 if (!misspelledWord.isEmpty() && (!checkGrammar || badGrammarPhrase.isEmpty() || spellingLocation <= grammarDetailLocation)) {
389 if (checkGrammar && !badGrammarPhrase.isEmpty()) {
397 firstFoundItem = badGrammarPhrase;
SpellChecker.cpp 219 String badGrammarPhrase;
233 badGrammarPhrase = foundItem;
247 badGrammarPhrase = TextCheckingHelper(spellCheckerClient(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
252 if (startedWithSelection && !misspelledWord && !badGrammarPhrase) {
264 badGrammarPhrase = foundItem;
278 badGrammarPhrase = TextCheckingHelper(spellCheckerClient(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
282 if (!badGrammarPhrase.isEmpty()) {
287 ASSERT(badGrammarPhrase.length() > 0);
    [all...]

Completed in 44 milliseconds