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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp 75 case SVG_PAINTTYPE_CURRENTCOLOR:
89 // For SVG_PAINTTYPE_CURRENTCOLOR, 'color' already contains the 'visitedColor'.
90 if (visitedPaintType < SVG_PAINTTYPE_URI_NONE && visitedPaintType != SVG_PAINTTYPE_CURRENTCOLOR) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.h 43 SVG_PAINTTYPE_CURRENTCOLOR,
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 100 if (paintType == SVG_PAINTTYPE_CURRENTCOLOR)

Completed in 205 milliseconds