EditActionChangeAttributes 51 Source/core/editing/ApplyStyleCommand.h static PassRefPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault) EditActionChangeAttributes 55 Source/core/editing/ApplyStyleCommand.h static PassRefPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault) EditActionChangeAttributes 59 Source/core/editing/ApplyStyleCommand.h static PassRefPtr<ApplyStyleCommand> create(PassRefPtr<Element> element, bool removeOnly = false, EditAction action = EditActionChangeAttributes) EditActionChangeAttributes 63 Source/core/editing/ApplyStyleCommand.h static PassRefPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, IsInlineElementToRemoveFunction isInlineElementToRemoveFunction, EditAction action = EditActionChangeAttributes) EditActionChangeAttributes 94 Source/core/editing/CompositeEditCommand.h void applyStyle(const EditingStyle*, EditAction = EditActionChangeAttributes); EditActionChangeAttributes 95 Source/core/editing/CompositeEditCommand.h void applyStyle(const EditingStyle*, const Position& start, const Position& end, EditAction = EditActionChangeAttributes); EditActionChangeAttributes 421 Source/core/editing/EditorCommand.cpp return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontSize, size); EditActionChangeAttributes 426 Source/core/editing/EditorCommand.cpp return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyWebkitFontSizeDelta, value);