Searched refs:endOfFirstWord (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditor.cpp2390 VisiblePosition endOfFirstWord = endOfWord(startOfSelection, LeftWordIfOnBoundary); local
2397 endOfFirstWord = endOfWord(startOfSelection, RightWordIfOnBoundary);
2407 if (doNotRemoveIfSelectionAtWordBoundary && endOfFirstWord == startOfSelection) {
2409 endOfFirstWord = endOfWord(startOfFirstWord, RightWordIfOnBoundary);
2423 if (startOfFirstWord.isNull() || endOfFirstWord.isNull() || startOfLastWord.isNull() || endOfLastWord.isNull())

Completed in 39 milliseconds