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 221 RenderStyle* selectionStyle = style;
223 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
224 if (!selectionStyle)
225 selectionStyle = style;
292 RenderStyle* selectionStyle = style;
294 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
295 if (selectionStyle) {
296 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle();
304 selectionStyle = style;
336 paintText(paintInfo.context, style, selectionStyle, fragment, hasSelection, paintSelectedTextOnly)
    [all...]
SVGInlineTextBox.h 77 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, bool hasSelection, bool paintSelectedTextOnly);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 733 RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(m_frame.selection().selection(),
735 if (!selectionStyle || !selectionStyle->style())
739 return String::number(selectionStyle->legacyFontSize(m_frame.document()));
740 return selectionStyle->style()->getPropertyValue(propertyID);
    [all...]
EditorCommand.cpp 136 RefPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(frame.selection().selection());
137 if (!selectionStyle || !selectionStyle->style())
140 RefPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID);
    [all...]

Completed in 2623 milliseconds