m_typeOfAction 232 Source/core/editing/IndentOutdentCommand.cpp if (m_typeOfAction == Indent) m_typeOfAction 47 Source/core/editing/IndentOutdentCommand.h virtual EditAction editingAction() const OVERRIDE { return m_typeOfAction == Indent ? EditActionIndent : EditActionOutdent; } m_typeOfAction 57 Source/core/editing/IndentOutdentCommand.h EIndentType m_typeOfAction;