Searched refs:visitedLinkPaintType (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/ |
D | AnimatableSVGPaint.cpp | 40 …&& (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()
|
D | AnimatableSVGPaint.h | 58 SVGPaintType visitedLinkPaintType() const { return m_visitedLinkType; }; in visitedLinkPaintType() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | SVGRenderStyleDefs.cpp | 41 , 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 ==()
|
D | 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; } in visitedLinkFillPaintType() 335 const SVGPaintType& visitedLinkStrokePaintType() const { return stroke->visitedLinkPaintType; } in visitedLinkStrokePaintType()
|
D | SVGRenderStyleDefs.h | 132 SVGPaintType visitedLinkPaintType; variable 162 SVGPaintType visitedLinkPaintType; variable
|
D | SVGRenderStyle.cpp | 176 || stroke->visitedLinkPaintType != other->stroke->visitedLinkPaintType) in diffNeedsLayoutAndPaintInvalidation()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | AnimatedStyleBuilder.cpp | 356 …style->accessSVGStyle().setFillPaint(svgPaint->visitedLinkPaintType(), svgPaint->visitedLinkColor(… in applyProperty() 488 …style->accessSVGStyle().setStrokePaint(svgPaint->visitedLinkPaintType(), svgPaint->visitedLinkColo… in applyProperty()
|