Home
last modified time | relevance | path

Searched refs:oldAdjacentWords (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp862 …VisibleSelection oldAdjacentWords = VisibleSelection(startOfWord(oldStart, LeftWordIfOnBoundary), … in spellCheckOldSelection() local
863 if (oldAdjacentWords != newAdjacentWords) { in spellCheckOldSelection()
866 markMisspellingsAndBadGrammar(oldAdjacentWords, true, selectedSentence); in spellCheckOldSelection()
868 markMisspellingsAndBadGrammar(oldAdjacentWords, false, oldAdjacentWords); in spellCheckOldSelection()