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

  /external/webkit/Source/WebCore/svg/
SVGPaint.cpp 39 case SVGPaint::SVG_PAINTTYPE_URI_NONE:
65 // Spec: Sets the paintType to SVG_PAINTTYPE_URI_NONE and sets uri to the specified value.
67 m_paintType = SVG_PAINTTYPE_URI_NONE;
105 case SVG_PAINTTYPE_URI_NONE:
148 case SVG_PAINTTYPE_URI_NONE:
175 case SVG_PAINTTYPE_URI_NONE:
SVGPaint.idl 34 const unsigned short SVG_PAINTTYPE_URI_NONE = 103;
SVGPaint.h 40 SVG_PAINTTYPE_URI_NONE = 103,
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.cpp 76 if (visitedPaint->paintType() < SVGPaint::SVG_PAINTTYPE_URI_NONE && visitedPaint->paintType() != SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR) {
86 if (paintType < SVGPaint::SVG_PAINTTYPE_URI_NONE) {

Completed in 542 milliseconds