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

  /external/webkit/Source/WebCore/editing/
EditAction.h 66 EditActionIndent,
IndentOutdentCommand.h 47 virtual EditAction editingAction() const { return m_typeOfAction == Indent ? EditActionIndent : EditActionOutdent; }
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.cpp 144 case EditActionIndent:
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 523 case EditActionIndent: return WEB_UI_STRING_KEY("Indent", "Indent (Undo action name)", "Undo action name");
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 526 case EditActionIndent: return UI_STRING_KEY_INTERNAL("Indent", "Indent (Undo action name)", "Undo action name");
    [all...]

Completed in 787 milliseconds