Searched defs:SVGPaintType (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPaint.h34 enum SVGPaintType { enum in class:WebCore::SVGPaint
82 const SVGPaintType& paintType() const { return m_paintType; }
96 static PassRefPtr<SVGPaint> create(const SVGPaintType& type, const String& uri, const Color& color)
104 SVGPaint(const SVGPaintType&, String uri = String());
109 SVGPaintType m_paintType;

Completed in 59 milliseconds