styleAtSelectionStart 695 Source/core/editing/EditingStyle.cpp return triStateOfStyle(EditingStyle::styleAtSelectionStart(selection).get()); styleAtSelectionStart 141 Source/core/editing/EditingStyle.h static PassRefPtr<EditingStyle> styleAtSelectionStart(const VisibleSelection&, bool shouldUseBackgroundColorInEffect = false); styleAtSelectionStart 643 Source/core/editing/Editor.cpp EditingStyle::styleAtSelectionStart(m_frame.selection().selection(), propertyID == CSSPropertyBackgroundColor).get()); styleAtSelectionStart 653 Source/core/editing/Editor.cpp RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(m_frame.selection().selection(), styleAtSelectionStart 138 Source/core/editing/EditorCommand.cpp RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(frame.selection().selection());