RGBA32            301 Source/core/css/CSSPrimitiveValue.cpp CSSPrimitiveValue::CSSPrimitiveValue(RGBA32 color, UnitTypes type)
RGBA32           1097 Source/core/css/CSSPrimitiveValue.cpp             RGBA32 rgbColor = m_value.rgbcolor;
RGBA32            322 Source/core/css/CSSPrimitiveValue.h     RGBA32 getRGBA32Value() const { return m_primitiveUnitType != CSS_RGBCOLOR ? 0 : m_value.rgbcolor; }
RGBA32             57 Source/core/css/RGBColor.h         RGBA32 m_rgbColor;
RGBA32            258 Source/core/css/parser/BisonCSSParser-in.cpp     RGBA32 color;
RGBA32           1096 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseColor(RGBA32& color, const String& string, bool strict)
RGBA32           1129 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseSystemColor(RGBA32& color, const String& string)
RGBA32             95 Source/core/css/parser/BisonCSSParser.h     static bool parseColor(RGBA32& color, const String&, bool strict = false);
RGBA32             96 Source/core/css/parser/BisonCSSParser.h     static bool parseSystemColor(RGBA32& color, const String&);
RGBA32           5130 Source/core/css/parser/CSSPropertyParser.cpp static inline bool fastParseColorInternal(RGBA32& rgb, const CharacterType* characters, unsigned length , bool strict)
RGBA32           5190 Source/core/css/parser/CSSPropertyParser.cpp bool CSSPropertyParser::fastParseColor(RGBA32& rgb, const StringType& name, bool strict)
RGBA32           5214 Source/core/css/parser/CSSPropertyParser.cpp template bool CSSPropertyParser::fastParseColor(RGBA32&, const String&, bool strict);
RGBA32           5334 Source/core/css/parser/CSSPropertyParser.cpp     RGBA32 c = Color::transparent;
RGBA32           5340 Source/core/css/parser/CSSPropertyParser.cpp bool CSSPropertyParser::parseColorFromValue(CSSParserValue* value, RGBA32& c)
RGBA32           8236 Source/core/css/parser/CSSPropertyParser.cpp                 RGBA32 c = Color::transparent;
RGBA32           8402 Source/core/css/parser/CSSPropertyParser.cpp     RGBA32 c = Color::transparent;
RGBA32             76 Source/core/css/parser/CSSPropertyParser.h     static bool fastParseColor(RGBA32&, const StringType&, bool strict);
RGBA32            190 Source/core/css/parser/CSSPropertyParser.h     bool parseColorFromValue(CSSParserValue*, RGBA32&);
RGBA32             64 Source/core/dom/TextLinkColors.cpp         RGBA32 color;
RGBA32            374 Source/core/editing/EditingStyle.cpp static RGBA32 cssValueToRGBA(CSSValue* colorValue)
RGBA32            383 Source/core/editing/EditingStyle.cpp     RGBA32 rgba = 0;
RGBA32            388 Source/core/editing/EditingStyle.cpp static inline RGBA32 getRGBAFontColor(CSSStyleDeclaration* style)
RGBA32            393 Source/core/editing/EditingStyle.cpp static inline RGBA32 getRGBAFontColor(StylePropertySet* style)
RGBA32            398 Source/core/editing/EditingStyle.cpp static inline RGBA32 getRGBABackgroundColor(CSSStyleDeclaration* style)
RGBA32            403 Source/core/editing/EditingStyle.cpp static inline RGBA32 getRGBABackgroundColor(StylePropertySet* style)
RGBA32            408 Source/core/editing/EditingStyle.cpp static inline RGBA32 rgbaBackgroundColorInEffect(Node* node)
RGBA32            103 Source/core/html/HTMLBodyElement.cpp             RGBA32 color;
RGBA32            833 Source/core/html/HTMLElement.cpp static RGBA32 parseColorStringWithCrazyLegacyRules(const String& colorString)
RGBA32             56 Source/core/html/canvas/CanvasGradient.cpp     RGBA32 rgba = 0;
RGBA32            574 Source/core/html/canvas/CanvasRenderingContext2D.cpp     RGBA32 rgba;
RGBA32           1379 Source/core/html/canvas/CanvasRenderingContext2D.cpp     RGBA32 rgba;
RGBA32           1392 Source/core/html/canvas/CanvasRenderingContext2D.cpp     RGBA32 rgba;
RGBA32           1418 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(const FloatSize& offset, float blur, RGBA32 color)
RGBA32            264 Source/core/html/canvas/CanvasRenderingContext2D.h         RGBA32 m_shadowColor;
RGBA32            289 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(const FloatSize& offset, float blur, RGBA32 color);
RGBA32             45 Source/core/html/canvas/CanvasStyle.cpp static ColorParseResult parseColor(RGBA32& parsedColor, const String& colorString)
RGBA32             56 Source/core/html/canvas/CanvasStyle.cpp RGBA32 currentColor(HTMLCanvasElement* canvas)
RGBA32             60 Source/core/html/canvas/CanvasStyle.cpp     RGBA32 rgba = Color::black;
RGBA32             65 Source/core/html/canvas/CanvasStyle.cpp bool parseColorOrCurrentColor(RGBA32& parsedColor, const String& colorString, HTMLCanvasElement* canvas)
RGBA32             89 Source/core/html/canvas/CanvasStyle.cpp CanvasStyle::CanvasStyle(RGBA32 rgba)
RGBA32            128 Source/core/html/canvas/CanvasStyle.cpp     RGBA32 rgba;
RGBA32            146 Source/core/html/canvas/CanvasStyle.cpp     RGBA32 rgba;
RGBA32             44 Source/core/html/canvas/CanvasStyle.h         static PassRefPtr<CanvasStyle> createFromRGBA(RGBA32 rgba) { return adoptRef(new CanvasStyle(rgba)); }
RGBA32             72 Source/core/html/canvas/CanvasStyle.h         CanvasStyle(RGBA32 rgba);
RGBA32             82 Source/core/html/canvas/CanvasStyle.h             RGBA32 m_rgba;
RGBA32            100 Source/core/html/canvas/CanvasStyle.h     RGBA32 currentColor(HTMLCanvasElement*);
RGBA32            101 Source/core/html/canvas/CanvasStyle.h     bool parseColorOrCurrentColor(RGBA32& parsedColor, const String& colorString, HTMLCanvasElement*);
RGBA32            312 Source/core/rendering/RenderTheme.h     static const RGBA32 defaultTapHighlightColor = 0x66000000;
RGBA32             62 Source/core/rendering/RenderThemeChromiumAndroid.h     static const RGBA32 defaultTapHighlightColor = 0x6633b5e5;
RGBA32             63 Source/core/rendering/RenderThemeChromiumAndroid.h     static const RGBA32 defaultActiveSelectionBackgroundColor = 0x6633b5e5;
RGBA32            207 Source/core/rendering/RenderThemeChromiumMac.h     mutable HashMap<int, RGBA32> m_systemColorCache;
RGBA32            157 Source/core/rendering/RenderThemeChromiumSkia.h     static const RGBA32 defaultTapHighlightColor = 0x2e000000; // 18% black.
RGBA32             48 Source/core/rendering/style/RenderStyle.cpp     RGBA32 m_color;
RGBA32             88 Source/core/svg/SVGPaint.cpp     RGBA32 color;
RGBA32             40 Source/platform/graphics/Color.cpp const RGBA32 Color::black;
RGBA32             41 Source/platform/graphics/Color.cpp const RGBA32 Color::white;
RGBA32             42 Source/platform/graphics/Color.cpp const RGBA32 Color::darkGray;
RGBA32             43 Source/platform/graphics/Color.cpp const RGBA32 Color::gray;
RGBA32             44 Source/platform/graphics/Color.cpp const RGBA32 Color::lightGray;
RGBA32             45 Source/platform/graphics/Color.cpp const RGBA32 Color::transparent;
RGBA32             48 Source/platform/graphics/Color.cpp static const RGBA32 lightenedBlack = 0xFF545454;
RGBA32             49 Source/platform/graphics/Color.cpp static const RGBA32 darkenedWhite = 0xFFABABAB;
RGBA32             51 Source/platform/graphics/Color.cpp RGBA32 makeRGB(int r, int g, int b)
RGBA32             56 Source/platform/graphics/Color.cpp RGBA32 makeRGBA(int r, int g, int b, int a)
RGBA32             67 Source/platform/graphics/Color.cpp RGBA32 makeRGBA32FromFloats(float r, float g, float b, float a)
RGBA32             72 Source/platform/graphics/Color.cpp RGBA32 colorWithOverrideAlpha(RGBA32 color, float overrideAlpha)
RGBA32             74 Source/platform/graphics/Color.cpp     RGBA32 rgbOnly = color & 0x00FFFFFF;
RGBA32             75 Source/platform/graphics/Color.cpp     RGBA32 rgba = rgbOnly | colorFloatToRGBAByte(overrideAlpha) << 24;
RGBA32             99 Source/platform/graphics/Color.cpp RGBA32 makeRGBAFromHSLA(double hue, double saturation, double lightness, double alpha)
RGBA32            117 Source/platform/graphics/Color.cpp RGBA32 makeRGBAFromCMYKA(float c, float m, float y, float k, float a)
RGBA32            128 Source/platform/graphics/Color.cpp static inline bool parseHexColorInternal(const CharacterType* name, unsigned length, RGBA32& rgb)
RGBA32            151 Source/platform/graphics/Color.cpp bool Color::parseHexColor(const LChar* name, unsigned length, RGBA32& rgb)
RGBA32            156 Source/platform/graphics/Color.cpp bool Color::parseHexColor(const UChar* name, unsigned length, RGBA32& rgb)
RGBA32            161 Source/platform/graphics/Color.cpp bool Color::parseHexColor(const String& name, RGBA32& rgb)
RGBA32            437 Source/platform/graphics/Color.cpp Color colorFromPremultipliedARGB(RGBA32 pixelColor)
RGBA32            450 Source/platform/graphics/Color.cpp RGBA32 premultipliedARGBFromColor(const Color& color)
RGBA32             40 Source/platform/graphics/Color.h PLATFORM_EXPORT RGBA32 makeRGB(int r, int g, int b);
RGBA32             41 Source/platform/graphics/Color.h PLATFORM_EXPORT RGBA32 makeRGBA(int r, int g, int b, int a);
RGBA32             43 Source/platform/graphics/Color.h PLATFORM_EXPORT RGBA32 colorWithOverrideAlpha(RGBA32 color, float overrideAlpha);
RGBA32             44 Source/platform/graphics/Color.h PLATFORM_EXPORT RGBA32 makeRGBA32FromFloats(float r, float g, float b, float a);
RGBA32             45 Source/platform/graphics/Color.h PLATFORM_EXPORT RGBA32 makeRGBAFromHSLA(double h, double s, double l, double a);
RGBA32             46 Source/platform/graphics/Color.h PLATFORM_EXPORT RGBA32 makeRGBAFromCMYKA(float c, float m, float y, float k, float a);
RGBA32             50 Source/platform/graphics/Color.h inline int redChannel(RGBA32 color) { return (color >> 16) & 0xFF; }
RGBA32             51 Source/platform/graphics/Color.h inline int greenChannel(RGBA32 color) { return (color >> 8) & 0xFF; }
RGBA32             52 Source/platform/graphics/Color.h inline int blueChannel(RGBA32 color) { return color & 0xFF; }
RGBA32             53 Source/platform/graphics/Color.h inline int alphaChannel(RGBA32 color) { return (color >> 24) & 0xFF; }
RGBA32             66 Source/platform/graphics/Color.h     Color(RGBA32 color) : m_color(color) { }
RGBA32             76 Source/platform/graphics/Color.h         RGBA32 color = 0xFF000000 | r << 16 | g << 8 | b;
RGBA32             81 Source/platform/graphics/Color.h         RGBA32 color = a << 24 | r << 16 | g << 8 | b;
RGBA32            109 Source/platform/graphics/Color.h     RGBA32 rgb() const { return m_color; } // Preserve the alpha.
RGBA32            111 Source/platform/graphics/Color.h     void setRGB(RGBA32 rgb) { m_color = rgb; }
RGBA32            125 Source/platform/graphics/Color.h     static bool parseHexColor(const String&, RGBA32&);
RGBA32            126 Source/platform/graphics/Color.h     static bool parseHexColor(const LChar*, unsigned, RGBA32&);
RGBA32            127 Source/platform/graphics/Color.h     static bool parseHexColor(const UChar*, unsigned, RGBA32&);
RGBA32            129 Source/platform/graphics/Color.h     static const RGBA32 black = 0xFF000000;
RGBA32            130 Source/platform/graphics/Color.h     static const RGBA32 white = 0xFFFFFFFF;
RGBA32            131 Source/platform/graphics/Color.h     static const RGBA32 darkGray = 0xFF808080;
RGBA32            132 Source/platform/graphics/Color.h     static const RGBA32 gray = 0xFFA0A0A0;
RGBA32            133 Source/platform/graphics/Color.h     static const RGBA32 lightGray = 0xFFC0C0C0;
RGBA32            134 Source/platform/graphics/Color.h     static const RGBA32 transparent = 0x00000000;
RGBA32            137 Source/platform/graphics/Color.h     RGBA32 m_color;
RGBA32            150 Source/platform/graphics/Color.h PLATFORM_EXPORT Color colorFromPremultipliedARGB(RGBA32);
RGBA32            151 Source/platform/graphics/Color.h PLATFORM_EXPORT RGBA32 premultipliedARGBFromColor(const Color&);
RGBA32             46 Source/platform/mac/ColorMac.h     RGBA32 PLATFORM_EXPORT oldAquaFocusRingColor();
RGBA32             73 Source/web/ColorChooserUIController.cpp     m_client->didChooseColor(Color(static_cast<RGBA32>(color)));