HomeSort by relevance Sort by last modified time
    Searched refs:createColor (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueCache.cpp 32 : 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);
SVGCSSComputedStyleDeclaration.cpp 130 return CSSPrimitiveValue::createColor(svgStyle->floodColor().rgb());
132 return CSSPrimitiveValue::createColor(svgStyle->lightingColor().rgb());
134 return CSSPrimitiveValue::createColor(svgStyle->stopColor().rgb());
SVGCSSParser.cpp 186 parsedValue = SVGPaint::createColor(RenderTheme::defaultTheme()->systemColor(id));
343 return SVGPaint::createColor(Color(c));
CSSPrimitiveValue.h 114 static PassRefPtr<CSSPrimitiveValue> createColor(unsigned rgbValue) { return adoptRef(new CSSPrimitiveValue(rgbValue)); }
  /external/webkit/Source/WebCore/svg/
SVGPaint.h 62 static PassRefPtr<SVGPaint> createColor(const Color& color)
SVGPaint.cpp 75 static SVGPaint* staticDefaultFill = createColor(Color::black).releaseRef();
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 104 milliseconds