Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp696 VisiblePosition endOfLastWord = endOfWord(endOfSelection, RightWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing() local
703 if (endOfLastWord.isNull()) { in updateMarkersForWordsAffectedByEditing()
705 endOfLastWord = endOfWord(endOfSelection, LeftWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing()
721 endOfLastWord = endOfWord(startOfLastWord, RightWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing()
722 if (endOfLastWord == startOfSelection) in updateMarkersForWordsAffectedByEditing()
726 …irstWord.isNull() || endOfFirstWord.isNull() || startOfLastWord.isNull() || endOfLastWord.isNull()) in updateMarkersForWordsAffectedByEditing()
737 …rdRange = Range::create(*document, startOfFirstWord.deepEquivalent(), endOfLastWord.deepEquivalent… in updateMarkersForWordsAffectedByEditing()