Home
last modified time | relevance | path

Searched refs:EditActionIndent (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditAction.h66 EditActionIndent, enumerator
DIndentOutdentCommand.h47 …virtual EditAction editingAction() const { return m_typeOfAction == Indent ? EditActionIndent : Ed… in editingAction()
/external/webkit/Source/WebKit2/UIProcess/
DWebEditCommandProxy.cpp144 case EditActionIndent: in nameForEditAction()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp523 …case EditActionIndent: return WEB_UI_STRING_KEY("Indent", "Indent (Undo action name)", "Undo actio… in undoNameForEditAction()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm526 …case EditActionIndent: return UI_STRING_KEY_INTERNAL("Indent", "Indent (Undo action name)", "Undo …