Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyleDefs.cpp40 , paintUri(SVGRenderStyle::initialFillPaintUri()) in StyleFillData()
52 , paintUri(other.paintUri) in StyleFillData()
64 && paintUri == other.paintUri in operator ==()
78 , paintUri(SVGRenderStyle::initialStrokePaintUri()) in StyleStrokeData()
94 , paintUri(other.paintUri) in StyleStrokeData()
110 && paintUri == other.paintUri in operator ==()
DSVGRenderStyle.cpp170 || stroke->paintUri != other->stroke->paintUri in diffNeedsLayoutAndPaintInvalidation()
200 || fill->paintUri != other->fill->paintUri in diffNeedsPaintInvalidation()
DSVGRenderStyle.h149 if (!(fill->paintUri == uri))
150 fill.access()->paintUri = uri;
175 if (!(stroke->paintUri == uri))
176 stroke.access()->paintUri = uri;
307 const String& fillPaintUri() const { return fill->paintUri; } in fillPaintUri()
311 const String& strokePaintUri() const { return stroke->paintUri; } in strokePaintUri()
DSVGRenderStyleDefs.h131 String paintUri; variable
161 String paintUri; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGResources.cpp178 …aint(TreeScope& treeScope, const SVGPaintType& paintType, const String& paintUri, AtomicString& id… in paintingResourceFromSVGPaint() argument
183 id = SVGURIReference::fragmentIdentifierFromIRIString(paintUri, treeScope); in paintingResourceFromSVGPaint()