Searched refs:startingSelection (Results 1 – 7 of 7) sorted by relevance
431 … if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start()) in deleteKeyPressed()437 … selectionAfterUndo.setWithoutValidation(startingSelection().end(), selectionToDelete.extent()); in deleteKeyPressed()497 … if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start()) in forwardDeleteKeyPressed()503 Position extent = startingSelection().end(); in forwardDeleteKeyPressed()514 selectionAfterUndo.setWithoutValidation(startingSelection().start(), extent); in forwardDeleteKeyPressed()
50 const Selection& startingSelection() const { return m_startingSelection; } in startingSelection() function
902 Selection newSelection(cmd->startingSelection()); in unappliedEditing()
30954 (WebCore::EditCommandPtr::startingSelection):30962 (WebCore::EditCommand::startingSelection):
47322 startingSelection and endingSelection, making them work more sensibly in the 47328 (CompositeEditCommandImpl::applyCommandToComposite): Set the startingSelection 47334 … (DeleteSelectionCommandImpl::DeleteSelectionCommandImpl): Changed call from startingSelection
35376 … (WebCore::Frame::reappliedEditing): Restore the endingSelection(), not the startingSelection().
42828 (WebCore::EditCommand::startingSelection): Return a const& for speed.