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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h95 CSS_RGBCOLOR = 25, enumerator in enum:WebCore::CSSPrimitiveValue::UnitTypes
179 bool isRGBColor() const { return m_primitiveUnitType == CSS_RGBCOLOR; }
296 RGBA32 getRGBA32Value() const { return m_primitiveUnitType != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; }

Completed in 26 milliseconds