Searched defs:m_smartDelete (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DMoveSelectionCommand.h51 bool m_smartDelete; member in class:WebCore::MoveSelectionCommand
H A DDeleteSelectionCommand.h72 bool m_smartDelete; member in class:WebCore::DeleteSelectionCommand
H A DTypingCommand.h97 bool smartDelete() const { return m_smartDelete; }
98 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; }
119 bool m_smartDelete; member in class:WebCore::TypingCommand

Completed in 253 milliseconds