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.anchorNode()->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; }
124 bool m_smartDelete;
DeleteSelectionCommand.h 74 bool m_smartDelete;
TypingCommand.cpp 82 , m_smartDelete(options & SmartDelete)
263 deleteSelection(m_smartDelete);
426 m_smartDelete = false;
503 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
525 m_smartDelete = false;
593 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
DeleteSelectionCommand.cpp 73 , m_smartDelete(smartDelete)
91 , m_smartDelete(smartDelete)
227 if (m_smartDelete) {
    [all...]

Completed in 44 milliseconds