Searched refs:SmartDelete (Results 1 – 4 of 4) sorted by relevance
56 SmartDelete = 1 << 4 enumerator
82 , m_smartDelete(options & SmartDelete) in TypingCommand()103 lastTypingCommand->deleteSelection(options & SmartDelete); in deleteSelection()
301 …eyPressed(*m_frame.document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularit… in deleteWithDirection()312 options |= TypingCommand::SmartDelete; in deleteWithDirection()
325 …e.document(), frame.selection().granularity() == WordGranularity ? TypingCommand::SmartDelete : 0); in executeDelete()