Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditor.cpp2393 VisiblePosition endOfLastWord = endOfWord(endOfSelection, RightWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing() local
2400 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()