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

  /external/webkit/Source/WebCore/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 97 bool smartDelete() const { return m_smartDelete; }
98 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; }
119 bool m_smartDelete;
DeleteSelectionCommand.h 72 bool m_smartDelete;
TypingCommand.cpp 69 , m_smartDelete(options & SmartDelete)
292 deleteSelection(m_smartDelete);
486 m_smartDelete = false;
561 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
579 m_smartDelete = false;
643 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
DeleteSelectionCommand.cpp 73 m_smartDelete(smartDelete),
90 m_smartDelete(smartDelete),
225 if (m_smartDelete) {
    [all...]

Completed in 730 milliseconds