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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp221 RenderStyle* selectionStyle = style; local
223 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
224 if (!selectionStyle)
225 selectionStyle = style;
292 RenderStyle* selectionStyle = style; local
294 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
295 if (selectionStyle) {
296 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle();
304 selectionStyle = style;
336 paintText(paintInfo.context, style, selectionStyle, fragmen
666 paintText(GraphicsContext* context, RenderStyle* style, RenderStyle* selectionStyle, const SVGTextFragment& fragment, bool hasSelection, bool paintSelectedTextOnly) argument
[all...]
H A DSVGInlineTextBox.h77 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, bool hasSelection, bool paintSelectedTextOnly);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp733 RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(m_frame.selection().selection(), local
735 if (!selectionStyle || !selectionStyle->style())
739 return String::number(selectionStyle->legacyFontSize(m_frame.document()));
740 return selectionStyle->style()->getPropertyValue(propertyID);
H A DEditorCommand.cpp136 RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(frame.selection().selection()); local
137 if (!selectionStyle || !selectionStyle->style())
140 RefPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID);

Completed in 285 milliseconds