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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPaint.h35 enum SVGPaintType { enum in class:WebCore::SVGPaint
89 const SVGPaintType& paintType() const { return m_paintType; }
104 static PassRefPtr<SVGPaint> create(const SVGPaintType& type, const String& uri, const Color& color)
112 SVGPaint(const SVGPaintType&, const String& uri = String());
115 SVGPaintType m_paintType;

Completed in 176 milliseconds