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;
Editor.cpp     [all...]

Completed in 31 milliseconds