Searched refs:SmartDelete (Results 1 – 4 of 4) sorted by relevance
56 SmartDelete = 1 << 4 enumerator
69 , m_smartDelete(options & SmartDelete) in TypingCommand()94 lastTypingCommand->deleteSelection(options & SmartDelete); in deleteSelection()
298 …eyPressed(m_frame->document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularit… in deleteWithDirection()309 options |= TypingCommand::SmartDelete; in deleteWithDirection()
321 …document(), frame->selection()->granularity() == WordGranularity ? TypingCommand::SmartDelete : 0); in executeDelete()