Searched refs:isSVGColor (Results 1 – 4 of 4) sorted by relevance
105 bool isSVGColor() const { return m_classType == SVGColorClass || m_classType == SVGPaintClass; } in isSVGColor() function114 return isPrimitiveValue() || isSVGColor() || isValueList(); in isSubtypeExposedToCSSOM()
60 if (impl->isSVGColor()) in wrap()
96 DEFINE_CSS_VALUE_TYPE_CASTS(SVGColor, isSVGColor());
2137 if (value->isSVGColor()) in oldApplyProperty()2144 if (value->isSVGColor()) in oldApplyProperty()2151 if (value->isSVGColor()) in oldApplyProperty()