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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.h 47 virtual EditAction editingAction() const OVERRIDE { return m_typeOfAction == Indent ? EditActionIndent : EditActionOutdent; }
57 EIndentType m_typeOfAction;
IndentOutdentCommand.cpp 53 , m_typeOfAction(typeOfAction)
244 if (m_typeOfAction == Indent)

Completed in 187 milliseconds