Searched refs:oldAdjacentWords (Results 1 – 2 of 2) sorted by relevance
3173 …VisibleSelection oldAdjacentWords = VisibleSelection(startOfWord(oldStart, LeftWordIfOnBoundary), … in respondToChangedSelection() local3174 if (oldAdjacentWords != newAdjacentWords) { in respondToChangedSelection()3177 …markMisspellingsAndBadGrammar(oldAdjacentWords, oldSelectedSentence != newSelectedSentence, oldSel… in respondToChangedSelection()3179 markMisspellingsAndBadGrammar(oldAdjacentWords, false, oldAdjacentWords); in respondToChangedSelection()
43337 even if oldAdjacentWords is equal to newAdjacentWords. This happens during a deletion.