executeApplyStyle 278 Source/core/editing/EditorCommand.cpp return executeApplyStyle(frame, source, EditActionSetBackgroundColor, CSSPropertyBackgroundColor, value); executeApplyStyle 413 Source/core/editing/EditorCommand.cpp return executeApplyStyle(frame, source, EditActionSetFont, CSSPropertyFontFamily, value); executeApplyStyle 421 Source/core/editing/EditorCommand.cpp return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyFontSize, size); executeApplyStyle 426 Source/core/editing/EditorCommand.cpp return executeApplyStyle(frame, source, EditActionChangeAttributes, CSSPropertyWebkitFontSizeDelta, value); executeApplyStyle 431 Source/core/editing/EditorCommand.cpp return executeApplyStyle(frame, source, EditActionSetColor, CSSPropertyColor, value); executeApplyStyle 1125 Source/core/editing/EditorCommand.cpp return executeApplyStyle(frame, source, EditActionUnscript, CSSPropertyVerticalAlign, "baseline");