Searched refs:spellingLocation (Results 1 - 1 of 1) sorted by relevance

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

Completed in 142 milliseconds