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

  /external/webkit/Source/WebCore/editing/
EditAction.h 47 EditActionAlignRight,
EditorCommand.cpp 578 return executeApplyParagraphStyle(frame, source, EditActionAlignRight, CSSPropertyTextAlign, "right");
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.cpp 106 case EditActionAlignRight:
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 504 case EditActionAlignRight: return WEB_UI_STRING_KEY("Align Right", "Align Right (Undo action name)", "Undo action name");
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 507 case EditActionAlignRight: return UI_STRING_KEY_INTERNAL("Align Right", "Align Right (Undo action name)", "Undo action name");
    [all...]

Completed in 20 milliseconds