Searched refs:isSVGPaint (Results 1 – 6 of 6) sorted by relevance
106 bool isSVGPaint() const { return m_classType == SVGPaintClass; } in isSVGPaint() function114 return isPrimitiveValue() || isSVGPaint() || isValueList(); in isSubtypeExposedToCSSOM()
94 DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableSVGPaint, isSVGPaint());
76 bool isSVGPaint() const { return type() == TypeSVGPaint; } in isSVGPaint() function
189 else if (animValue.isSVGPaint()) in PrintTo()
130 DEFINE_CSS_VALUE_TYPE_CASTS(SVGPaint, isSVGPaint());
599 if (value->isSVGPaint()) {