Home | History | Annotate | Download | only in editing

Lines Matching refs:selectionStyle

881     RefPtr<EditingStyle> selectionStyle = selectionStartStyle();
882 if (!selectionStyle || !selectionStyle->style())
884 return style->triStateOfStyle(selectionStyle->style()) == TrueTriState;
894 RefPtr<EditingStyle> selectionStyle = selectionStartStyle();
895 if (!selectionStyle || !selectionStyle->style())
897 return style->triStateOfStyle(selectionStyle->style());
937 RefPtr<EditingStyle> selectionStyle = selectionStartStyle();
938 if (!selectionStyle || !selectionStyle->style())
941 String value = selectionStyle->style()->getPropertyValue(propertyID);
946 if (propertyID == CSSPropertyBackgroundColor && (m_frame->selection()->isRange() || hasTransparentBackgroundColor(selectionStyle->style()))) {
957 RefPtr<CSSValue> cssValue = selectionStyle->style()->getPropertyCSSValue(CSSPropertyFontSize);
960 selectionStyle->shouldUseFixedDefaultFontSize(), AlwaysUseLegacyFontSize));