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

  /external/webkit/WebCore/editing/
EditAction.h 47 EditActionAlignRight,
EditorCommand.cpp 567 return executeApplyParagraphStyle(frame, source, EditActionAlignRight, CSSPropertyTextAlign, "right");
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 502 case EditActionAlignRight: return LPCTSTR_UI_STRING_KEY("Align Right", "Align Right (Undo action name)", "Undo action name");
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 431 case EditActionAlignRight: return UI_STRING_KEY("Align Right", "Align Right (Undo action name)", "Undo action name");

Completed in 213 milliseconds