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

  /external/webkit/Source/WebCore/svg/
SVGColor.cpp 83 if (colorType > SVG_COLORTYPE_CURRENTCOLOR) {
102 case SVG_COLORTYPE_CURRENTCOLOR:
141 case SVG_COLORTYPE_CURRENTCOLOR:
SVGColor.h 40 SVG_COLORTYPE_CURRENTCOLOR = 3
59 return adoptRef(new SVGColor(SVG_COLORTYPE_CURRENTCOLOR));
SVGColor.idl 28 const unsigned short SVG_COLORTYPE_CURRENTCOLOR = 3;
SVGPaint.cpp 49 return SVGColor::SVG_COLORTYPE_CURRENTCOLOR;
  /external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp 98 if (svgColor->colorType() == SVGColor::SVG_COLORTYPE_CURRENTCOLOR)

Completed in 331 milliseconds