SVGPaintType 43 Source/core/animation/AnimatableSVGPaint.h static PassRefPtrWillBeRawPtr<AnimatableSVGPaint> create(SVGPaint::SVGPaintType type, const Color& color, const String& uri) SVGPaintType 47 Source/core/animation/AnimatableSVGPaint.h static PassRefPtrWillBeRawPtr<AnimatableSVGPaint> create(SVGPaint::SVGPaintType type, const AnimatableColorImpl& color, const String& uri) SVGPaintType 51 Source/core/animation/AnimatableSVGPaint.h SVGPaint::SVGPaintType paintType() const { return m_type; }; SVGPaintType 63 Source/core/animation/AnimatableSVGPaint.h AnimatableSVGPaint(SVGPaint::SVGPaintType type, const AnimatableColorImpl& color, const String& uri) SVGPaintType 72 Source/core/animation/AnimatableSVGPaint.h SVGPaint::SVGPaintType m_type; SVGPaintType 1394 Source/core/rendering/style/RenderStyle.h const SVGPaint::SVGPaintType& fillPaintType() const { return svgStyle()->fillPaintType(); } SVGPaintType 1400 Source/core/rendering/style/RenderStyle.h const SVGPaint::SVGPaintType& strokePaintType() const { return svgStyle()->strokePaintType(); } SVGPaintType 75 Source/core/rendering/style/SVGRenderStyle.h static SVGPaint::SVGPaintType initialFillPaintType() { return SVGPaint::SVG_PAINTTYPE_RGBCOLOR; } SVGPaintType 79 Source/core/rendering/style/SVGRenderStyle.h static SVGPaint::SVGPaintType initialStrokePaintType() { return SVGPaint::SVG_PAINTTYPE_NONE; } SVGPaintType 153 Source/core/rendering/style/SVGRenderStyle.h void setFillPaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false) SVGPaintType 179 Source/core/rendering/style/SVGRenderStyle.h void setStrokePaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false) SVGPaintType 322 Source/core/rendering/style/SVGRenderStyle.h const SVGPaint::SVGPaintType& fillPaintType() const { return fill->paintType; } SVGPaintType 326 Source/core/rendering/style/SVGRenderStyle.h const SVGPaint::SVGPaintType& strokePaintType() const { return stroke->paintType; } SVGPaintType 350 Source/core/rendering/style/SVGRenderStyle.h const SVGPaint::SVGPaintType& visitedLinkFillPaintType() const { return fill->visitedLinkPaintType; } SVGPaintType 353 Source/core/rendering/style/SVGRenderStyle.h const SVGPaint::SVGPaintType& visitedLinkStrokePaintType() const { return stroke->visitedLinkPaintType; } SVGPaintType 124 Source/core/rendering/style/SVGRenderStyleDefs.h SVGPaint::SVGPaintType paintType; SVGPaintType 127 Source/core/rendering/style/SVGRenderStyleDefs.h SVGPaint::SVGPaintType visitedLinkPaintType; SVGPaintType 154 Source/core/rendering/style/SVGRenderStyleDefs.h SVGPaint::SVGPaintType paintType; SVGPaintType 157 Source/core/rendering/style/SVGRenderStyleDefs.h SVGPaint::SVGPaintType visitedLinkPaintType; SVGPaintType 43 Source/core/rendering/svg/RenderSVGResource.cpp SVGPaint::SVGPaintType paintType = applyToFill ? parentSVGStyle->fillPaintType() : parentSVGStyle->strokePaintType(); SVGPaintType 83 Source/core/rendering/svg/RenderSVGResource.cpp SVGPaint::SVGPaintType paintType = applyToFill ? svgStyle->fillPaintType() : svgStyle->strokePaintType(); SVGPaintType 103 Source/core/rendering/svg/RenderSVGResource.cpp SVGPaint::SVGPaintType visitedPaintType = applyToFill ? svgStyle->visitedLinkFillPaintType() : svgStyle->visitedLinkStrokePaintType(); SVGPaintType 155 Source/core/rendering/svg/SVGResources.cpp static inline bool svgPaintTypeHasURL(SVGPaint::SVGPaintType paintType) SVGPaintType 170 Source/core/rendering/svg/SVGResources.cpp static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(Document& document, const SVGPaint::SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource) SVGPaintType 32 Source/core/svg/SVGPaint.cpp SVGPaint::SVGPaint(const SVGPaintType& paintType, const String& uri) SVGPaintType 97 Source/core/svg/SVGPaint.h const SVGPaintType& paintType() const { return m_paintType; } SVGPaintType 116 Source/core/svg/SVGPaint.h static PassRefPtrWillBeRawPtr<SVGPaint> create(const SVGPaintType& type, const String& uri, const Color& color) SVGPaintType 124 Source/core/svg/SVGPaint.h SVGPaint(const SVGPaintType&, const String& uri = String()); SVGPaintType 127 Source/core/svg/SVGPaint.h SVGPaintType m_paintType;