Searched refs:EIndentType (Results 1 – 2 of 2) sorted by relevance
36 enum EIndentType { Indent, Outdent }; enum37 …static PassRefPtr<IndentOutdentCommand> create(Document* document, EIndentType type, int marginInP…45 IndentOutdentCommand(Document*, EIndentType, int marginInPixels);58 EIndentType m_typeOfAction;
52 IndentOutdentCommand::IndentOutdentCommand(Document* document, EIndentType typeOfAction, int margin… in IndentOutdentCommand()