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

  /external/webkit/Source/WebCore/svg/
SVGColor.h 38 SVG_COLORTYPE_RGBCOLOR = 1,
45 RefPtr<SVGColor> color = adoptRef(new SVGColor(SVG_COLORTYPE_RGBCOLOR));
52 RefPtr<SVGColor> color = adoptRef(new SVGColor(SVG_COLORTYPE_RGBCOLOR));
SVGColor.cpp 52 m_colorType = SVG_COLORTYPE_RGBCOLOR;
99 case SVG_COLORTYPE_RGBCOLOR:
138 case SVG_COLORTYPE_RGBCOLOR:
SVGColor.idl 26 const unsigned short SVG_COLORTYPE_RGBCOLOR = 1;
SVGPaint.cpp 43 return SVGColor::SVG_COLORTYPE_RGBCOLOR;

Completed in 817 milliseconds