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 44 class RGBColor;
314 PassRefPtrWillBeRawPtr<RGBColor> getRGBColorValue(ExceptionState&) const;
315 RGBA32 getRGBA32Value() const { return m_primitiveUnitType != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; }
394 unsigned rgbcolor; member in union:blink::CSSPrimitiveValue::__anon15637
CSSPrimitiveValue.cpp 32 #include "core/css/RGBColor.h"
309 m_value.rgbcolor = color;
1004 PassRefPtrWillBeRawPtr<RGBColor> CSSPrimitiveValue::getRGBColorValue(ExceptionState& exceptionState) const
    [all...]

Completed in 8349 milliseconds