Searched refs:selectionStyle (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
H A D | SVGInlineTextBox.cpp | 221 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 D | SVGInlineTextBox.h | 77 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, bool hasSelection, bool paintSelectedTextOnly);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
H A D | Editor.cpp | 733 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 D | EditorCommand.cpp | 136 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