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

  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableSVGPaint.h 44 SVGPaintType type, SVGPaintType visitedLinkType,
51 SVGPaintType type, SVGPaintType visitedLinkType,
57 SVGPaintType paintType() const { return m_type; };
58 SVGPaintType visitedLinkPaintType() const { return m_visitedLinkType; };
75 AnimatableSVGPaint(SVGPaintType type, SVGPaintType visitedLinkType, PassRefPtrWillBeRawPtr<AnimatableColor> color, const String& uri, const String& visitedLinkURI)
86 SVGPaintType m_type;
87 SVGPaintType m_visitedLinkType
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.h 40 enum SVGPaintType {
129 SVGPaintType paintType;
132 SVGPaintType visitedLinkPaintType;
159 SVGPaintType paintType;
162 SVGPaintType visitedLinkPaintType;
SVGRenderStyle.h 71 static SVGPaintType initialFillPaintType() { return SVG_PAINTTYPE_RGBCOLOR; }
75 static SVGPaintType initialStrokePaintType() { return SVG_PAINTTYPE_NONE; }
142 void setFillPaint(SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false)
168 void setStrokePaint(SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false)
305 const SVGPaintType& fillPaintType() const { return fill->paintType; }
309 const SVGPaintType& strokePaintType() const { return stroke->paintType; }
332 const SVGPaintType& visitedLinkFillPaintType() const { return fill->visitedLinkPaintType; }
335 const SVGPaintType& visitedLinkStrokePaintType() const { return stroke->visitedLinkPaintType; }
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp 69 SVGPaintType paintType = applyToFill ? svgStyle.fillPaintType() : svgStyle.strokePaintType();
87 SVGPaintType visitedPaintType = applyToFill ? svgStyle.visitedLinkFillPaintType() : svgStyle.visitedLinkStrokePaintType();
SVGResources.cpp 164 static inline bool svgPaintTypeHasURL(SVGPaintType paintType)
178 static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(TreeScope& treeScope, const SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource)
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 85 static PassRefPtrWillBeRawPtr<CSSValue> adjustSVGPaintForCurrentColor(SVGPaintType paintType, const String& url, const Color& color, const Color& currentColor)

Completed in 1068 milliseconds