Home
last modified time | relevance | path

Searched refs:visitedLinkPaintType (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableSVGPaint.cpp40 …&& (visitedLinkPaintType() != SVG_PAINTTYPE_RGBCOLOR || svgPaint->visitedLinkPaintType() != SVG_PA… in usesDefaultInterpolationWith()
51 return create(paintType(), visitedLinkPaintType(), color, uri(), visitedLinkURI()); in interpolateTo()
52 …return create(svgPaint->paintType(), svgPaint->visitedLinkPaintType(), color, svgPaint->uri(), svg… in interpolateTo()
59 && visitedLinkPaintType() == svgPaint->visitedLinkPaintType() in equalTo()
DAnimatableSVGPaint.h58 SVGPaintType visitedLinkPaintType() const { return m_visitedLinkType; }; in visitedLinkPaintType() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyleDefs.cpp41 , visitedLinkPaintType(SVGRenderStyle::initialStrokePaintType()) in StyleFillData()
53 , visitedLinkPaintType(other.visitedLinkPaintType) in StyleFillData()
65 && visitedLinkPaintType == other.visitedLinkPaintType in operator ==()
79 , visitedLinkPaintType(SVGRenderStyle::initialStrokePaintType()) in StyleStrokeData()
95 , visitedLinkPaintType(other.visitedLinkPaintType) in StyleStrokeData()
111 && visitedLinkPaintType == other.visitedLinkPaintType in operator ==()
DSVGRenderStyle.h153 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; } in visitedLinkFillPaintType()
335 const SVGPaintType& visitedLinkStrokePaintType() const { return stroke->visitedLinkPaintType; } in visitedLinkStrokePaintType()
DSVGRenderStyleDefs.h132 SVGPaintType visitedLinkPaintType; variable
162 SVGPaintType visitedLinkPaintType; variable
DSVGRenderStyle.cpp176 || stroke->visitedLinkPaintType != other->stroke->visitedLinkPaintType) in diffNeedsLayoutAndPaintInvalidation()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp356 …style->accessSVGStyle().setFillPaint(svgPaint->visitedLinkPaintType(), svgPaint->visitedLinkColor(… in applyProperty()
488 …style->accessSVGStyle().setStrokePaint(svgPaint->visitedLinkPaintType(), svgPaint->visitedLinkColo… in applyProperty()