Home | History | Annotate | Download | only in editing

Lines Matching defs:DeleteSelectionCommand

27 #include "DeleteSelectionCommand.h"
70 DeleteSelectionCommand::DeleteSelectionCommand(Document *document, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
87 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
105 void DeleteSelectionCommand::initializeStartEnd(Position& start, Position& end)
160 void DeleteSelectionCommand::setStartingSelectionOnSmartDelete(const Position& start, const Position& end)
174 void DeleteSelectionCommand::initializePositionData()
271 void DeleteSelectionCommand::saveTypingStyleState()
295 bool DeleteSelectionCommand::handleSpecialCaseBRDelete()
347 void DeleteSelectionCommand::removeNode(PassRefPtr<Node> node)
419 void DeleteSelectionCommand::deleteTextFromNode(PassRefPtr<Text> node, unsigned offset, unsigned count)
430 void DeleteSelectionCommand::handleGeneralDelete()
551 void DeleteSelectionCommand::fixupWhitespace()
569 void DeleteSelectionCommand::mergeParagraphs()
655 void DeleteSelectionCommand::removePreviouslySelectedEmptyTableRows()
662 // Use a raw removeNode, instead of DeleteSelectionCommand's, because
692 void DeleteSelectionCommand::calculateTypingStyleAfterDelete()
735 void DeleteSelectionCommand::clearTransientState()
747 void DeleteSelectionCommand::doApply()
823 EditAction DeleteSelectionCommand::editingAction() const
825 // Note that DeleteSelectionCommand is also used when the user presses the Delete key,
834 bool DeleteSelectionCommand::preservesTypingStyle() const