Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSPropertyEquality.cpp120 const SVGRenderStyle& aSVG = a.svgStyle(); in propertiesEqual() local
122 return aSVG.fillPaintType() == bSVG.fillPaintType() in propertiesEqual()
123 …&& (aSVG.fillPaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.fillPaintColor() == bSVG.fillPaintColor… in propertiesEqual()
124 && aSVG.visitedLinkFillPaintType() == bSVG.visitedLinkFillPaintType() in propertiesEqual()
125 …&& (aSVG.visitedLinkFillPaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.visitedLinkFillPaintColor() … in propertiesEqual()
211 const SVGRenderStyle& aSVG = a.svgStyle(); in propertiesEqual() local
213 return aSVG.strokePaintType() == bSVG.strokePaintType() in propertiesEqual()
214 …&& (aSVG.strokePaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.strokePaintColor() == bSVG.strokePain… in propertiesEqual()
215 && aSVG.visitedLinkStrokePaintType() == bSVG.visitedLinkStrokePaintType() in propertiesEqual()
216 …&& (aSVG.visitedLinkStrokePaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.visitedLinkStrokePaintColo… in propertiesEqual()