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 280 RenderStyle* selectionStyle = style;
282 selectionStyle = parentRenderer.getCachedPseudoStyle(SELECTION);
283 if (selectionStyle) {
284 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle();
292 selectionStyle = style;
326 paintText(paintInfo.context, style, selectionStyle, fragment,
333 paintText(paintInfo.context, style, selectionStyle, fragment,
666 RenderStyle* selectionStyle, const SVGTextFragment& fragment,
670 ASSERT(selectionStyle);
691 if (style != selectionStyle) {
    [all...]
SVGInlineTextBox.h 81 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 652 RefPtrWillBeRawPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(m_frame.selection().selection(),
654 if (!selectionStyle || !selectionStyle->style())
658 return String::number(selectionStyle->legacyFontSize(m_frame.document()));
659 return selectionStyle->style()->getPropertyValue(propertyID);
    [all...]
EditorCommand.cpp 138 RefPtrWillBeRawPtr<EditingStyle> selectionStyle = EditingStyle::styleAtSelectionStart(frame.selection().selection());
139 if (!selectionStyle || !selectionStyle->style())
142 RefPtrWillBeRawPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID);
    [all...]

Completed in 830 milliseconds