Searched refs:endOfLastWord (Results 1 – 1 of 1) sorted by relevance
2393 VisiblePosition endOfLastWord = endOfWord(endOfSelection, RightWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing() local2400 if (endOfLastWord.isNull()) { in updateMarkersForWordsAffectedByEditing()2402 endOfLastWord = endOfWord(endOfSelection, LeftWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing()2418 endOfLastWord = endOfWord(startOfLastWord, RightWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing()2419 if (endOfLastWord == startOfSelection) in updateMarkersForWordsAffectedByEditing()2423 …irstWord.isNull() || endOfFirstWord.isNull() || startOfLastWord.isNull() || endOfLastWord.isNull()) in updateMarkersForWordsAffectedByEditing()2433 …ordRange = Range::create(document, startOfFirstWord.deepEquivalent(), endOfLastWord.deepEquivalent… in updateMarkersForWordsAffectedByEditing()