Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPaint.cpp53 : SVGColor(SVGPaintClass, colorTypeForPaintType(paintType)) in SVGPaint()
99 : SVGColor(SVGPaintClass, cloneFrom) in SVGPaint()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValue.h105 bool isSVGColor() const { return m_classType == SVGColorClass || m_classType == SVGPaintClass; } in isSVGColor()
106 bool isSVGPaint() const { return m_classType == SVGPaintClass; } in isSVGPaint()
167 SVGPaintClass, enumerator
DCSSValue.cpp224 case SVGPaintClass: in equals()
314 case SVGPaintClass: in cssText()
448 case SVGPaintClass: in destroy()
480 case SVGPaintClass: in cloneForCSSOM()