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

  /external/webkit/WebCore/editing/
EditAction.h 67 EditActionOutdent
IndentOutdentCommand.h 47 virtual EditAction editingAction() const { return m_typeOfAction == Indent ? EditActionIndent : EditActionOutdent; }
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 522 case EditActionOutdent: return LPCTSTR_UI_STRING_KEY("Outdent", "Outdent (Undo action name)", "Undo action name");
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 451 case EditActionOutdent: return UI_STRING_KEY("Outdent", "Outdent (Undo action name)", "Undo action name");

Completed in 31 milliseconds