Home
last modified time | relevance | path

Searched refs:getRGBA32Value (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.h176 RGBA32 getRGBA32Value() const { return m_type != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; } in getRGBA32Value() function
DCSSParser.cpp468 color = primitiveValue->getRGBA32Value(); in parseColor()
DCSSStyleSelector.cpp7012 col.setRGB(primitiveValue->getRGBA32Value()); in getColorFromPrimitiveValue()
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp712 … && !alphaChannel(static_cast<CSSPrimitiveValue*>(backgroundColor.get())->getRGBA32Value())) { in prepareToApplyAt()
848 return primitiveColor->getRGBA32Value(); in getRGBAFontColor()
DEditor.cpp930 return !alphaChannel(value->getRGBA32Value()); in hasTransparentBackgroundColor()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2982914 (WebCore::CSSPrimitiveValue::getRGBA32Value):