executeApplyParagraphStyle 578 Source/core/editing/EditorCommand.cpp return executeApplyParagraphStyle(frame, source, EditActionCenter, CSSPropertyTextAlign, "center"); executeApplyParagraphStyle 583 Source/core/editing/EditorCommand.cpp return executeApplyParagraphStyle(frame, source, EditActionJustify, CSSPropertyTextAlign, "justify"); executeApplyParagraphStyle 588 Source/core/editing/EditorCommand.cpp return executeApplyParagraphStyle(frame, source, EditActionAlignLeft, CSSPropertyTextAlign, "left"); executeApplyParagraphStyle 593 Source/core/editing/EditorCommand.cpp return executeApplyParagraphStyle(frame, source, EditActionAlignRight, CSSPropertyTextAlign, "right");