Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp777 VisibleSelection newAdjacentWords; in respondToChangedSelection() local
783newAdjacentWords.setWithoutValidation(HTMLTextFormControlElement::startOfWord(newStart), HTMLTextF… in respondToChangedSelection()
788newAdjacentWords = 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() argument
863 if (oldAdjacentWords != newAdjacentWords) { in spellCheckOldSelection()
DSpellChecker.h79 …lCheckOldSelection(const VisibleSelection& oldSelection, const VisibleSelection& newAdjacentWords);