Home | History | Annotate | Download | only in editing

Lines Matching refs:startOfSelection

2384     VisiblePosition startOfSelection = frame()->selection()->selection().start();
2386 if (startOfSelection.isNull())
2389 VisiblePosition startOfFirstWord = startOfWord(startOfSelection, LeftWordIfOnBoundary);
2390 VisiblePosition endOfFirstWord = endOfWord(startOfSelection, LeftWordIfOnBoundary);
2396 startOfFirstWord = startOfWord(startOfSelection, RightWordIfOnBoundary);
2397 endOfFirstWord = endOfWord(startOfSelection, RightWordIfOnBoundary);
2407 if (doNotRemoveIfSelectionAtWordBoundary && endOfFirstWord == startOfSelection) {
2419 if (endOfLastWord == startOfSelection)