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

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.h 176 RGBA32 getRGBA32Value() const { return m_type != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; }
CSSParser.cpp 468 color = primitiveValue->getRGBA32Value();
    [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 712 && !alphaChannel(static_cast<CSSPrimitiveValue*>(backgroundColor.get())->getRGBA32Value())) {
    [all...]
Editor.cpp 930 return !alphaChannel(value->getRGBA32Value());
    [all...]

Completed in 51 milliseconds