Home
last modified time | relevance | path

Searched refs:EIndentType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DIndentOutdentCommand.h36 enum EIndentType { Indent, Outdent }; enum
37 …static PassRefPtr<IndentOutdentCommand> create(Document* document, EIndentType type, int marginInP…
45 IndentOutdentCommand(Document*, EIndentType, int marginInPixels);
58 EIndentType m_typeOfAction;
DIndentOutdentCommand.cpp52 IndentOutdentCommand::IndentOutdentCommand(Document* document, EIndentType typeOfAction, int margin… in IndentOutdentCommand()