Searched refs:rgbValue (Results 1 – 3 of 3) sorted by relevance
57 PassRefPtr<CSSPrimitiveValue> CSSPrimitiveValueCache::createColorValue(unsigned rgbValue) in createColorValue() argument60 if (rgbValue == Color::transparent) in createColorValue()62 if (rgbValue == Color::white) in createColorValue()65 if (rgbValue == Color::black) in createColorValue()74 pair<ColorValueCache::iterator, bool> entry = m_colorValueCache.add(rgbValue, dummyValue); in createColorValue()76 entry.first->second = CSSPrimitiveValue::createColor(rgbValue); in createColorValue()
114 …RefPtr<CSSPrimitiveValue> createColor(unsigned rgbValue) { return adoptRef(new CSSPrimitiveValue(r… in createColor() argument213 static PassRefPtr<CSSPrimitiveValue> createUncachedColor(unsigned rgbValue);
44 PassRefPtr<CSSPrimitiveValue> createColorValue(unsigned rgbValue);