HomeSort by relevance Sort by last modified time
    Searched refs:EIndentType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.h 36 enum EIndentType { Indent, Outdent };
37 static PassRefPtrWillBeRawPtr<IndentOutdentCommand> create(Document& document, EIndentType type)
45 IndentOutdentCommand(Document&, EIndentType);
57 EIndentType m_typeOfAction;
IndentOutdentCommand.cpp 51 IndentOutdentCommand::IndentOutdentCommand(Document& document, EIndentType typeOfAction)

Completed in 298 milliseconds