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

  /external/webkit/Source/WebCore/editing/
MoveSelectionCommand.h 51 bool m_smartDelete;
DeleteSelectionCommand.h 72 bool m_smartDelete;
TypingCommand.h 97 bool smartDelete() const { return m_smartDelete; }
98 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; }
119 bool m_smartDelete;

Completed in 269 milliseconds