HomeSort by relevance Sort by last modified time
    Searched full:spellinglocation (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 336 int spellingLocation = 0;
349 spellingLocation = result->location;
378 if (!misspelledWord.isEmpty() && (!checkGrammar || badGrammarPhrase.isEmpty() || spellingLocation <= grammarDetailLocation)) {
379 int spellingOffset = spellingLocation - currentStartOffset;

Completed in 30 milliseconds