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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPaint.cpp54 : SVGColor(SVGPaintClass, colorTypeForPaintType(paintType))
100 : SVGColor(SVGPaintClass, cloneFrom)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValue.h98 bool isSVGColor() const { return m_classType == SVGColorClass || m_classType == SVGPaintClass; }
99 bool isSVGPaint() const { return m_classType == SVGPaintClass; }
159 SVGPaintClass, enumerator in enum:WebCore::CSSValue::ClassType
H A DCSSValue.cpp221 case SVGPaintClass:
311 case SVGPaintClass:
445 case SVGPaintClass:
477 case SVGPaintClass:

Completed in 81 milliseconds