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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 271 int spellingLocation = 0;
284 spellingLocation = result->location;
313 if (!misspelledWord.isEmpty() && (!checkGrammar || badGrammarPhrase.isEmpty() || spellingLocation <= grammarDetailLocation)) {
314 int spellingOffset = spellingLocation - currentStartOffset;

Completed in 846 milliseconds