Searched refs:aSVG (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSPropertyEquality.cpp120 const SVGRenderStyle& aSVG = a.svgStyle(); local
122 return aSVG.fillPaintType() == bSVG.fillPaintType()
123 && (aSVG.fillPaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.fillPaintColor() == bSVG.fillPaintColor())
124 && aSVG.visitedLinkFillPaintType() == bSVG.visitedLinkFillPaintType()
125 && (aSVG.visitedLinkFillPaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.visitedLinkFillPaintColor() == bSVG.visitedLinkFillPaintColor());
211 const SVGRenderStyle& aSVG = a.svgStyle(); local
213 return aSVG.strokePaintType() == bSVG.strokePaintType()
214 && (aSVG
[all...]

Completed in 69 milliseconds