Searched refs:createColor (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueCache.cpp32 : m_colorTransparent(CSSPrimitiveValue::createColor(Color::transparent))
33 , m_colorWhite(CSSPrimitiveValue::createColor(Color::white))
34 , m_colorBlack(CSSPrimitiveValue::createColor(Color::black))
76 entry.first->second = CSSPrimitiveValue::createColor(rgbValue);
H A DSVGCSSComputedStyleDeclaration.cpp130 return CSSPrimitiveValue::createColor(svgStyle->floodColor().rgb());
132 return CSSPrimitiveValue::createColor(svgStyle->lightingColor().rgb());
134 return CSSPrimitiveValue::createColor(svgStyle->stopColor().rgb());
H A DSVGCSSParser.cpp186 parsedValue = SVGPaint::createColor(RenderTheme::defaultTheme()->systemColor(id));
343 return SVGPaint::createColor(Color(c));
H A DCSSPrimitiveValue.h114 static PassRefPtr<CSSPrimitiveValue> createColor(unsigned rgbValue) { return adoptRef(new CSSPrimitiveValue(rgbValue)); } function in class:WebCore::CSSPrimitiveValue
/external/webkit/Source/WebCore/svg/
H A DSVGPaint.h62 static PassRefPtr<SVGPaint> createColor(const Color& color) function in class:WebCore::SVGPaint
H A DSVGPaint.cpp75 static SVGPaint* staticDefaultFill = createColor(Color::black).releaseRef();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 91 milliseconds