HomeSort by relevance Sort by last modified time
    Searched refs:createColor (Results 1 - 11 of 11) 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();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 114 milliseconds