HomeSort by relevance Sort by last modified time
    Searched refs:rgbcolor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 41 class RGBColor;
295 PassRefPtr<RGBColor> getRGBColorValue(ExceptionState&) const;
296 RGBA32 getRGBA32Value() const { return m_primitiveUnitType != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; }
374 unsigned rgbcolor; member in union:WebCore::CSSPrimitiveValue::__anon12564
CSSPrimitiveValue.cpp 33 #include "core/css/RGBColor.h"
275 m_value.rgbcolor = color;
832 PassRefPtr<RGBColor> CSSPrimitiveValue::getRGBColorValue(ExceptionState& es) const
840 return RGBColor::create(m_value.rgbcolor);
1017 RGBA32 rgbColor = m_value.rgbcolor;
1019 Color::parseHexColor(m_value.string, rgbColor);
1020 Color color(rgbColor);
    [all...]

Completed in 544 milliseconds