stateStyle 1295 Source/core/editing/EditorCommand.cpp return stateStyle(frame, CSSPropertyFontWeight, "bold"); stateStyle 1300 Source/core/editing/EditorCommand.cpp return stateStyle(frame, CSSPropertyFontStyle, "italic"); stateStyle 1310 Source/core/editing/EditorCommand.cpp return stateStyle(frame, CSSPropertyWebkitTextDecorationsInEffect, "line-through"); stateStyle 1320 Source/core/editing/EditorCommand.cpp return stateStyle(frame, CSSPropertyVerticalAlign, "sub"); stateStyle 1325 Source/core/editing/EditorCommand.cpp return stateStyle(frame, CSSPropertyVerticalAlign, "super"); stateStyle 1345 Source/core/editing/EditorCommand.cpp return stateStyle(frame, CSSPropertyWebkitTextDecorationsInEffect, "underline"); stateStyle 1355 Source/core/editing/EditorCommand.cpp return stateStyle(frame, CSSPropertyTextAlign, "center"); stateStyle 1360 Source/core/editing/EditorCommand.cpp return stateStyle(frame, CSSPropertyTextAlign, "justify"); stateStyle 1365 Source/core/editing/EditorCommand.cpp return stateStyle(frame, CSSPropertyTextAlign, "left"); stateStyle 1370 Source/core/editing/EditorCommand.cpp return stateStyle(frame, CSSPropertyTextAlign, "right");