HomeSort by relevance Sort by last modified time
    Searched refs:m_smartDelete (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/editing/
TypingCommand.h 76 bool smartDelete() const { return m_smartDelete; }
77 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; }
93 bool m_smartDelete;
DeleteSelectionCommand.h 69 bool m_smartDelete;
TypingCommand.cpp 56 m_smartDelete(false),
256 deleteSelection(m_smartDelete);
431 m_smartDelete = false;
506 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
522 m_smartDelete = false;
586 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
DeleteSelectionCommand.cpp 79 m_smartDelete(smartDelete),
95 m_smartDelete(smartDelete),
215 if (m_smartDelete) {
    [all...]

Completed in 22 milliseconds