Searched refs:endOfLastWord (Results 1 – 1 of 1) sorted by relevance
696 VisiblePosition endOfLastWord = endOfWord(endOfSelection, RightWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing() local703 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()