Home
last modified time | relevance | path

Searched refs:SmartDelete (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTypingCommand.h56 SmartDelete = 1 << 4 enumerator
DTypingCommand.cpp84 , m_smartDelete(options & SmartDelete) in TypingCommand()
105 lastTypingCommand->deleteSelection(options & SmartDelete); in deleteSelection()
DEditor.cpp298 …eyPressed(*frame().document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularit… in deleteWithDirection()
309 options |= TypingCommand::SmartDelete; in deleteWithDirection()
DEditorCommand.cpp344 …e.document(), frame.selection().granularity() == WordGranularity ? TypingCommand::SmartDelete : 0); in executeDelete()