Searched refs:isSVGPaint (Results 1 – 7 of 7) sorted by relevance
58 if (impl->isSVGPaint()) in wrap()
74 DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableSVGPaint, isSVGPaint());
71 bool isSVGPaint() const { return type() == TypeSVGPaint; } in isSVGPaint() function
253 else if (animValue.isSVGPaint()) in PrintTo()
119 DEFINE_CSS_VALUE_TYPE_CASTS(SVGPaint, isSVGPaint());
106 bool isSVGPaint() const { return m_classType == SVGPaintClass; } in isSVGPaint() function
2086 if (value->isSVGPaint()) { in oldApplyProperty()2104 if (value->isSVGPaint()) { in oldApplyProperty()