Searched refs:createColorValue (Results 1 – 7 of 7) sorted by relevance
52 PassRefPtr<CSSPrimitiveValue> createColorValue(unsigned rgbValue);
66 PassRefPtr<CSSPrimitiveValue> CSSValuePool::createColorValue(unsigned rgbValue) in createColorValue() function in WebCore::CSSValuePool
660 return cssValuePool().createColorValue(style.color().rgb()); in currentColorOrValidColor()661 return cssValuePool().createColorValue(color.rgb()); in currentColorOrValidColor()1691 …return cssValuePool().createColorValue(m_allowVisitedStyle? style->visitedDependentColor(CSSProper… in getPropertyCSSValue()1852 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()1854 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()1856 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()1858 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()1907 …return cssValuePool().createColorValue(m_allowVisitedStyle ? style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()1927 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()2208 …return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPrope… in getPropertyCSSValue()
347 RefPtr<CSSValue> value = cssValuePool().createColorValue(color); in parseColorValue()6236 return cssValuePool().createColorValue(c); in parseColor()
81 RefPtr<CSSPrimitiveValue> darkGrayValue = cssValuePool().createColorValue(Color::darkGray); in collectStyleForPresentationAttribute()
962 style->setProperty(propertyID, cssValuePool().createColorValue(parsedColor.rgb())); in addHTMLColorToStyle()
430 00000000032a2c70 t WebCore::CSSValuePool::createColorValue(unsigned int)<00000000032a2c70>