Home
last modified time | relevance | path

Searched refs:createColor (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValuePool.cpp45 , 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()
DSVGCSSParser.cpp192 parsedValue = SVGPaint::createColor(RenderTheme::theme().systemColor(id)); in parseSVGValue()
358 return SVGPaint::createColor(Color(c)); in parseSVGPaint()
DCSSPrimitiveValue.h204 …static PassRefPtr<CSSPrimitiveValue> createColor(unsigned rgbValue) { return adoptRef(new CSSPrimi… in createColor() function
DCSSPrimitiveValue.cpp1254 result = CSSPrimitiveValue::createColor(m_value.rgbcolor); in cloneForCSSOM()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPaint.h63 static PassRefPtr<SVGPaint> createColor(const Color& color) in createColor() function
DSVGAnimatedColor.cpp38 OwnPtr<SVGAnimatedType> animtedType = SVGAnimatedType::createColor(new Color); in constructFromString()
DSVGAnimatedType.h45 static PassOwnPtr<SVGAnimatedType> createColor(Color*);
DSVGAnimatedType.cpp110 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createColor(Color* color) in createColor() function in WebCore::SVGAnimatedType