Home | History | Annotate | Download | only in editing

Lines Matching refs:endOfSelection

2385     VisiblePosition endOfSelection = frame()->selection()->selection().end();
2392 VisiblePosition startOfLastWord = startOfWord(endOfSelection, RightWordIfOnBoundary);
2393 VisiblePosition endOfLastWord = endOfWord(endOfSelection, RightWordIfOnBoundary);
2401 startOfLastWord = startOfWord(endOfSelection, LeftWordIfOnBoundary);
2402 endOfLastWord = endOfWord(endOfSelection, LeftWordIfOnBoundary);
2410 if (startOfFirstWord == endOfSelection)
2416 if (doNotRemoveIfSelectionAtWordBoundary && startOfLastWord == endOfSelection) {