HomeSort by relevance Sort by last modified time
    Searched refs:selectionStyle (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 220 RenderStyle* selectionStyle = style;
222 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
223 if (!selectionStyle)
224 selectionStyle = style;
291 RenderStyle* selectionStyle = style;
293 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
294 if (selectionStyle) {
295 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle();
303 selectionStyle = style;
332 paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly)
    [all...]
SVGInlineTextBox.h 79 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, bool hasSelection, bool paintSelectedTextOnly);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 713 RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(m_frame->selection()->selection(),
715 if (!selectionStyle || !selectionStyle->style())
719 return String::number(selectionStyle->legacyFontSize(m_frame->document()));
720 return selectionStyle->style()->getPropertyValue(propertyID);
    [all...]
EditorCommand.cpp 137 RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(frame->selection()->selection());
138 if (!selectionStyle || !selectionStyle->style())
141 RefPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID);
    [all...]

Completed in 559 milliseconds