HomeSort by relevance Sort by last modified time
    Searched refs:SVGPaintType (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPaint.h 35 enum SVGPaintType {
89 const SVGPaintType& paintType() const { return m_paintType; }
104 static PassRefPtr<SVGPaint> create(const SVGPaintType& type, const String& uri, const Color& color)
112 SVGPaint(const SVGPaintType&, const String& uri = String());
115 SVGPaintType m_paintType;
SVGPaint.cpp 30 static inline SVGColor::SVGColorType colorTypeForPaintType(const SVGPaint::SVGPaintType& paintType)
53 SVGPaint::SVGPaint(const SVGPaintType& paintType, const String& uri)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.h 112 SVGPaint::SVGPaintType paintType;
115 SVGPaint::SVGPaintType visitedLinkPaintType;
142 SVGPaint::SVGPaintType paintType;
145 SVGPaint::SVGPaintType visitedLinkPaintType;
SVGRenderStyle.h 75 static SVGPaint::SVGPaintType initialFillPaintType() { return SVGPaint::SVG_PAINTTYPE_RGBCOLOR; }
79 static SVGPaint::SVGPaintType initialStrokePaintType() { return SVGPaint::SVG_PAINTTYPE_NONE; }
151 void setFillPaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false)
177 void setStrokePaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false)
320 const SVGPaint::SVGPaintType& fillPaintType() const { return fill->paintType; }
324 const SVGPaint::SVGPaintType& strokePaintType() const { return stroke->paintType; }
346 const SVGPaint::SVGPaintType& visitedLinkFillPaintType() const { return fill->visitedLinkPaintType; }
349 const SVGPaint::SVGPaintType& visitedLinkStrokePaintType() const { return stroke->visitedLinkPaintType; }
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp 79 SVGPaint::SVGPaintType paintType = applyToFill ? svgStyle->fillPaintType() : svgStyle->strokePaintType();
98 SVGPaint::SVGPaintType visitedPaintType = applyToFill ? svgStyle->visitedLinkFillPaintType() : svgStyle->visitedLinkStrokePaintType();
SVGResources.cpp 157 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(Document* document, const SVGPaint::SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource)
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CSSPropertyAnimation.cpp     [all...]

Completed in 127 milliseconds