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

  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableSVGPaint.cpp 40 && (visitedLinkPaintType() != SVG_PAINTTYPE_RGBCOLOR || svgPaint->visitedLinkPaintType() != SVG_PAINTTYPE_RGBCOLOR);
51 return create(paintType(), visitedLinkPaintType(), color, uri(), visitedLinkURI());
52 return create(svgPaint->paintType(), svgPaint->visitedLinkPaintType(), color, svgPaint->uri(), svgPaint->visitedLinkURI());
59 && visitedLinkPaintType() == svgPaint->visitedLinkPaintType()
AnimatableSVGPaint.h 58 SVGPaintType visitedLinkPaintType() const { return m_visitedLinkType; };
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.cpp 41 , visitedLinkPaintType(SVGRenderStyle::initialStrokePaintType())
53 , visitedLinkPaintType(other.visitedLinkPaintType)
65 && visitedLinkPaintType == other.visitedLinkPaintType
79 , visitedLinkPaintType(SVGRenderStyle::initialStrokePaintType())
95 , visitedLinkPaintType(other.visitedLinkPaintType)
111 && visitedLinkPaintType == other.visitedLinkPaintType
    [all...]
SVGRenderStyleDefs.h 132 SVGPaintType visitedLinkPaintType;
162 SVGPaintType visitedLinkPaintType;
SVGRenderStyle.h 153 if (!(fill->visitedLinkPaintType == type))
154 fill.access()->visitedLinkPaintType = type;
179 if (!(stroke->visitedLinkPaintType == type))
180 stroke.access()->visitedLinkPaintType = type;
332 const SVGPaintType& visitedLinkFillPaintType() const { return fill->visitedLinkPaintType; }
335 const SVGPaintType& visitedLinkStrokePaintType() const { return stroke->visitedLinkPaintType; }
SVGRenderStyle.cpp 176 || stroke->visitedLinkPaintType != other->stroke->visitedLinkPaintType)
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
AnimatedStyleBuilder.cpp 356 style->accessSVGStyle().setFillPaint(svgPaint->visitedLinkPaintType(), svgPaint->visitedLinkColor(), svgPaint->visitedLinkURI(), false, true);
488 style->accessSVGStyle().setStrokePaint(svgPaint->visitedLinkPaintType(), svgPaint->visitedLinkColor(), svgPaint->visitedLinkURI(), false, true);

Completed in 114 milliseconds