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 53 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 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; }
121 bool m_smartDelete;
DeleteSelectionCommand.h 75 bool m_smartDelete;
TypingCommand.cpp 84 , m_smartDelete(options & SmartDelete)
259 deleteSelection(m_smartDelete);
431 m_smartDelete = false;
508 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
530 m_smartDelete = false;
598 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
DeleteSelectionCommand.cpp 71 , m_smartDelete(smartDelete)
88 , m_smartDelete(smartDelete)
221 if (m_smartDelete) {
    [all...]

Completed in 85 milliseconds