Home
last modified time | relevance | path

Searched refs:rgbcolor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.h176 RGBA32 getRGBA32Value() const { return m_type != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; } in getRGBA32Value()
236 unsigned rgbcolor; member
DCSSPrimitiveValue.cpp148 m_value.rgbcolor = color; in CSSPrimitiveValue()
573 return RGBColor::create(m_value.rgbcolor); in getRGBColorValue()
754 RGBA32 rgbColor = m_value.rgbcolor; in cssText()