Home
last modified time | relevance | path

Searched refs:m_smartDelete (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMoveSelectionCommand.cpp35 … m_fragment(fragment), m_position(position), m_smartInsert(smartInsert), m_smartDelete(smartDelete) in MoveSelectionCommand()
59 deleteSelection(m_smartDelete); in doApply()
DTypingCommand.cpp84 , m_smartDelete(options & SmartDelete) in TypingCommand()
259 deleteSelection(m_smartDelete); in doApply()
426 m_smartDelete = false; in deleteKeyPressed()
503 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); in deleteKeyPressed()
525 m_smartDelete = false; in forwardDeleteKeyPressed()
593 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); in forwardDeleteKeyPressed()
DTypingCommand.h93 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; } in setSmartDelete()
121 bool m_smartDelete; variable
DMoveSelectionCommand.h53 bool m_smartDelete; variable
DDeleteSelectionCommand.h74 bool m_smartDelete; variable
DDeleteSelectionCommand.cpp67 , m_smartDelete(smartDelete) in DeleteSelectionCommand()
84 , m_smartDelete(smartDelete) in DeleteSelectionCommand()
217 if (m_smartDelete) { in initializePositionData()