Searched refs:SVG_COLORTYPE_RGBCOLOR (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGColor.h38 SVG_COLORTYPE_RGBCOLOR = 1, enumerator in enum:WebCore::SVGColor::SVGColorType
45 RefPtr<SVGColor> color = adoptRef(new SVGColor(SVG_COLORTYPE_RGBCOLOR));
52 RefPtr<SVGColor> color = adoptRef(new SVGColor(SVG_COLORTYPE_RGBCOLOR));
H A DSVGColor.idl27 const unsigned short SVG_COLORTYPE_RGBCOLOR = 1;
H A DSVGColor.cpp82 case SVG_COLORTYPE_RGBCOLOR:
H A DSVGPaint.cpp43 return SVGColor::SVG_COLORTYPE_RGBCOLOR;

Completed in 70 milliseconds