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

  /external/webkit/Source/WebCore/editing/
EditAction.h 49 EditActionJustify,
EditorCommand.cpp 568 return executeApplyParagraphStyle(frame, source, EditActionJustify, CSSPropertyTextAlign, "justify");
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebEditCommandProxy.cpp 110 case EditActionJustify:
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 506 case EditActionJustify: return WEB_UI_STRING_KEY("Justify", "Justify (Undo action name)", "Undo action name");
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 509 case EditActionJustify: return UI_STRING_KEY_INTERNAL("Justify", "Justify (Undo action name)", "Undo action name");
    [all...]

Completed in 208 milliseconds