Searched refs:startingSelection (Results 1 – 11 of 11) sorted by relevance
56 …if (selectionController->shouldChangeSelection(startingSelection()) && startingSelection().isNonOr… in doUnapply()57 selectionController->setSelection(startingSelection(), m_options); in doUnapply()
533 … if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start()) in deleteKeyPressed()539 … selectionAfterUndo.setWithoutValidation(startingSelection().end(), selectionToDelete.extent()); in deleteKeyPressed()606 … if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start()) in forwardDeleteKeyPressed()612 Position extent = startingSelection().end(); in forwardDeleteKeyPressed()623 selectionAfterUndo.setWithoutValidation(startingSelection().start(), extent); in forwardDeleteKeyPressed()
49 const VisibleSelection& startingSelection() const { return m_startingSelection; } in startingSelection() function
64 …document()->frame()->editor()->unappliedSpellCorrection(startingSelection(), m_corrected, m_correc… in doUnapply()
164 if (startingSelection().isBaseFirst()) { in setStartingSelectionOnSmartDelete()
1022 VisibleSelection 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.
40353 (WebCore::EditCommand::startingSelection):