HomeSort by relevance Sort by last modified time
    Searched defs:selectionStyle (Results 1 - 3 of 3) 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...]
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 136 RefPtr<EditingStyle> selectionStyle = frame->editor()->selectionStartStyle();
137 if (!selectionStyle || !selectionStyle->style())
140 RefPtr<CSSValue> selectedCSSValue = selectionStyle->style()->getPropertyCSSValue(propertyID);
    [all...]
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...]

Completed in 131 milliseconds