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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPaint.cpp 32 case SVGPaint::SVG_PAINTTYPE_NONE:
78 case SVG_PAINTTYPE_NONE:
SVGPaint.idl 30 const unsigned short SVG_PAINTTYPE_NONE = 101;
SVGPaint.h 39 SVG_PAINTTYPE_NONE = 101,
55 return adoptRef(new SVGPaint(SVG_PAINTTYPE_NONE));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 79 static SVGPaint::SVGPaintType initialStrokePaintType() { return SVGPaint::SVG_PAINTTYPE_NONE; }
362 bool hasStroke() const { return strokePaintType() != SVGPaint::SVG_PAINTTYPE_NONE; }
364 bool hasFill() const { return fillPaintType() != SVGPaint::SVG_PAINTTYPE_NONE; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp 81 if (paintType == SVGPaint::SVG_PAINTTYPE_NONE)

Completed in 2242 milliseconds