Searched defs:rgbColor (Results 1 – 5 of 5) sorted by relevance
43 static PassRefPtr<SVGColor> createFromString(const String& rgbColor) in createFromString()50 static PassRefPtr<SVGColor> createFromColor(const Color& rgbColor) in createFromColor()
43 PassRefPtr<RGBColor> SVGColor::rgbColor() const in rgbColor() function in WebCore::SVGColor
49 RGBColor(unsigned rgbColor) in RGBColor()
33 PassRefPtr<RGBColor> RGBColor::create(unsigned rgbColor) in create()
1045 RGBA32 rgbColor = m_value.rgbcolor; in customCSSText() local