Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DTypingCommand.h56 SmartDelete = 1 << 4 enumerator
DTypingCommand.cpp69 , m_smartDelete(options & SmartDelete) in TypingCommand()
94 lastTypingCommand->deleteSelection(options & SmartDelete); in deleteSelection()
DEditor.cpp298 …eyPressed(m_frame->document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularit… in deleteWithDirection()
309 options |= TypingCommand::SmartDelete; in deleteWithDirection()
DEditorCommand.cpp321 …document(), frame->selection()->granularity() == WordGranularity ? TypingCommand::SmartDelete : 0); in executeDelete()