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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
MoveSelectionCommand.h 51 bool m_smartDelete;
MoveSelectionCommand.cpp 35 : CompositeEditCommand(*position.document()), m_fragment(fragment), m_position(position), m_smartInsert(smartInsert), m_smartDelete(smartDelete)
59 deleteSelection(m_smartDelete);
TypingCommand.h 93 bool smartDelete() const { return m_smartDelete; }
94 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; }
127 bool m_smartDelete;
DeleteSelectionCommand.h 74 bool m_smartDelete;
TypingCommand.cpp 82 , m_smartDelete(options & SmartDelete)
257 deleteSelection(m_smartDelete);
421 m_smartDelete = false;
498 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
520 m_smartDelete = false;
588 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
DeleteSelectionCommand.cpp 73 , m_smartDelete(smartDelete)
91 , m_smartDelete(smartDelete)
227 if (m_smartDelete) {
    [all...]

Completed in 255 milliseconds