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

  /external/webkit/WebCore/css/
CSSPrimitiveValue.h 156 RGBA32 getRGBA32Value() const { return m_type != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; }
CSSParser.cpp 320 color = primitiveValue->getRGBA32Value();
    [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 221 rgba = primitiveColor->getRGBA32Value();
464 Color color = Color(primitiveValue->getRGBA32Value());
    [all...]

Completed in 60 milliseconds