Searched refs:selectionStyle (Results 1 – 4 of 4) sorted by relevance
221 RenderStyle* selectionStyle = style; in paintSelectionBackground() local223 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION); in paintSelectionBackground()224 if (!selectionStyle) in paintSelectionBackground()225 selectionStyle = style; in paintSelectionBackground()292 RenderStyle* selectionStyle = style; in paint() local294 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION); in paint()295 if (selectionStyle) { in paint()296 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle(); in paint()304 selectionStyle = style; in paint()336 …paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly); in paint()[all …]
77 …void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&…
733 …RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(m_frame.selection().sele… in selectionStartCSSPropertyValue() local735 if (!selectionStyle || !selectionStyle->style()) in selectionStartCSSPropertyValue()739 return String::number(selectionStyle->legacyFontSize(m_frame.document())); in selectionStartCSSPropertyValue()740 return selectionStyle->style()->getPropertyValue(propertyID); in selectionStartCSSPropertyValue()
136 …RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(frame.selection().select… in executeToggleStyleInList() local137 if (!selectionStyle || !selectionStyle->style()) in executeToggleStyleInList()140 RefPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID); in executeToggleStyleInList()