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

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp 198 RenderStyle* selectionStyle = style;
200 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
201 if (selectionStyle) {
202 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle();
210 selectionStyle = style;
278 RenderStyle* selectionStyle = style;
280 selectionStyle = parentRenderer->getCachedPseudoStyle(SELECTION);
281 if (selectionStyle) {
282 const SVGRenderStyle* svgSelectionStyle = selectionStyle->svgStyle();
290 selectionStyle = style
    [all...]
SVGInlineTextBox.h 78 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, bool hasSelection, bool paintSelectedTextOnly);
  /external/webkit/Source/WebCore/editing/
Editor.cpp 881 RefPtr<EditingStyle> selectionStyle = selectionStartStyle();
882 if (!selectionStyle || !selectionStyle->style())
884 return style->triStateOfStyle(selectionStyle->style()) == TrueTriState;
894 RefPtr<EditingStyle> selectionStyle = selectionStartStyle();
895 if (!selectionStyle || !selectionStyle->style())
897 return style->triStateOfStyle(selectionStyle->style());
937 RefPtr<EditingStyle> selectionStyle = selectionStartStyle();
938 if (!selectionStyle || !selectionStyle->style()
    [all...]
EditorCommand.cpp 136 RefPtr<EditingStyle> selectionStyle = frame->editor()->selectionStartStyle();
137 if (!selectionStyle || !selectionStyle->style())
140 RefPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID);
    [all...]

Completed in 152 milliseconds