Home
last modified time | relevance | path

Searched refs:selectionStyle (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp221 RenderStyle* selectionStyle = style; in paintSelectionBackground() local
223 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION); in paintSelectionBackground()
224 if (!selectionStyle) in paintSelectionBackground()
225 selectionStyle = style; in paintSelectionBackground()
292 RenderStyle* selectionStyle = style; in paint() local
294 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 …]
DSVGInlineTextBox.h77 …void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&…
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp733 …RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(m_frame.selection().sele… in selectionStartCSSPropertyValue() local
735 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()
DEditorCommand.cpp136 …RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(frame.selection().select… in executeToggleStyleInList() local
137 if (!selectionStyle || !selectionStyle->style()) in executeToggleStyleInList()
140 RefPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID); in executeToggleStyleInList()