Home | History | Annotate | Download | only in editing

Lines Matching refs:selectionStyle

136     RefPtr<EditingStyle> selectionStyle = frame->editor()->selectionStartStyle();
137 if (!selectionStyle || !selectionStyle->style())
140 RefPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID);