Searched refs:newAdjacentWords (Results 1 – 2 of 2) sorted by relevance
777 VisibleSelection newAdjacentWords; in respondToChangedSelection() local783 …newAdjacentWords.setWithoutValidation(HTMLTextFormControlElement::startOfWord(newStart), HTMLTextF… in respondToChangedSelection()788 …newAdjacentWords = VisibleSelection(startOfWord(newStart, LeftWordIfOnBoundary), endOfWord(newStar… in respondToChangedSelection()806 spellCheckOldSelection(oldSelection, newAdjacentWords); in respondToChangedSelection()814 if (newAdjacentWords.toNormalizedPositions(start, end)) in respondToChangedSelection()859 …llCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords) in spellCheckOldSelection() argument863 if (oldAdjacentWords != newAdjacentWords) { in spellCheckOldSelection()
79 …lCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords);