Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DTypingCommand.h76 bool smartDelete() const { return m_smartDelete; } in smartDelete()
77 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; } in setSmartDelete()
93 bool m_smartDelete; variable
DTypingCommand.cpp56 m_smartDelete(false), in TypingCommand()
256 deleteSelection(m_smartDelete); in doApply()
431 m_smartDelete = false; in deleteKeyPressed()
506 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); in deleteKeyPressed()
522 m_smartDelete = false; in forwardDeleteKeyPressed()
586 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); in forwardDeleteKeyPressed()
DDeleteSelectionCommand.h69 bool m_smartDelete; variable
DDeleteSelectionCommand.cpp79 m_smartDelete(smartDelete), in DeleteSelectionCommand()
95 m_smartDelete(smartDelete), in DeleteSelectionCommand()
215 if (m_smartDelete) { in initializePositionData()