Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSPrimitiveValue.h156 RGBA32 getRGBA32Value() const { return m_type != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; } in getRGBA32Value()
210 unsigned rgbcolor; member
DCSSPrimitiveValue.cpp225 m_value.rgbcolor = color; in CSSPrimitiveValue()
655 return RGBColor::create(m_value.rgbcolor).releaseRef(); in getRGBColorValue()
812 RGBA32 rgbColor = m_value.rgbcolor; in cssText()