Home
last modified time | relevance | path

Searched defs:createColor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPaint.h63 static PassRefPtr<SVGPaint> createColor(const Color& color) in createColor() function
DSVGAnimatedType.cpp110 PassOwnPtr<SVGAnimatedType> SVGAnimatedType::createColor(Color* color) in createColor() function in WebCore::SVGAnimatedType
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h204 …static PassRefPtr<CSSPrimitiveValue> createColor(unsigned rgbValue) { return adoptRef(new CSSPrimi… in createColor() function