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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.cpp 273 int grammarDetailLocation = 0;
298 if (result->location + detail->location >= currentStartOffset && result->location + detail->location + detail->length <= currentEndOffset && (!foundGrammar || result->location + detail->location < grammarDetailLocation)) {
300 grammarDetailLocation = result->location + detail->location;
313 if (!misspelledWord.isEmpty() && (!checkGrammar || badGrammarPhrase.isEmpty() || spellingLocation <= grammarDetailLocation)) {

Completed in 269 milliseconds