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

/external/webkit/WebCore/svg/
H A DSVGPaint.h33 enum SVGPaintType { enum in class:WebCore::SVGPaint
50 static PassRefPtr<SVGPaint> create(SVGPaintType type)
58 static PassRefPtr<SVGPaint> create(SVGPaintType type, const String& uri)
70 SVGPaintType paintType() const { return m_paintType; }
74 void setPaint(SVGPaintType, const String& uri, const String& rgbPaint, const String& iccPaint, ExceptionCode&);
84 SVGPaint(SVGPaintType);
85 SVGPaint(SVGPaintType, const String& uri, const String& rgbPaint, const String& iccPaint);
91 SVGPaintType m_paintType;

Completed in 164 milliseconds