Searched refs:createColor (Results 1 – 8 of 8) sorted by relevance
45 , m_colorTransparent(CSSPrimitiveValue::createColor(Color::transparent)) in CSSValuePool()46 , m_colorWhite(CSSPrimitiveValue::createColor(Color::white)) in CSSValuePool()47 , m_colorBlack(CSSPrimitiveValue::createColor(Color::black)) in CSSValuePool()85 entry.iterator->value = CSSPrimitiveValue::createColor(rgbValue); in createColorValue()
192 parsedValue = SVGPaint::createColor(RenderTheme::theme().systemColor(id)); in parseSVGValue()358 return SVGPaint::createColor(Color(c)); in parseSVGPaint()
204 …static PassRefPtr<CSSPrimitiveValue> createColor(unsigned rgbValue) { return adoptRef(new CSSPrimi… in createColor() function
1254 result = CSSPrimitiveValue::createColor(m_value.rgbcolor); in cloneForCSSOM()
63 static PassRefPtr<SVGPaint> createColor(const Color& color) in createColor() function
38 OwnPtr<SVGAnimatedType> animtedType = SVGAnimatedType::createColor(new Color); in constructFromString()
45 static PassOwnPtr<SVGAnimatedType> createColor(Color*);
110 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createColor(Color* color) in createColor() function in WebCore::SVGAnimatedType