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.cpp82 , m_smartDelete(options & SmartDelete) in TypingCommand()
103 lastTypingCommand->deleteSelection(options & SmartDelete); in deleteSelection()
DEditor.cpp301 …eyPressed(*m_frame.document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularit… in deleteWithDirection()
312 options |= TypingCommand::SmartDelete; in deleteWithDirection()
DEditorCommand.cpp325 …e.document(), frame.selection().granularity() == WordGranularity ? TypingCommand::SmartDelete : 0); in executeDelete()