Searched defs:CSS_RGBCOLOR (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValue.h78 CSS_RGBCOLOR = 25, enumerator in enum:WebCore::CSSPrimitiveValue::UnitTypes
176 RGBA32 getRGBA32Value() const { return m_type != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; }

Completed in 233 milliseconds