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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextCheckingHelper.cpp342 int grammarDetailLocation = 0; local
367 if (result->location + detail->location >= currentStartOffset && result->location + detail->location + detail->length <= currentEndOffset && (!foundGrammar || result->location + detail->location < grammarDetailLocation)) {
369 grammarDetailLocation = result->location + detail->location;
382 if (!misspelledWord.isEmpty() && (!checkGrammar || badGrammarPhrase.isEmpty() || spellingLocation <= grammarDetailLocation)) {

Completed in 133 milliseconds