colorValue        150 Source/core/accessibility/AXNodeObject.h     virtual void colorValue(int& r, int& g, int& b) const OVERRIDE FINAL;
colorValue        417 Source/core/accessibility/AXObject.h     virtual void colorValue(int& r, int& g, int& b) const { r = 0; g = 0; b = 0; }
colorValue        374 Source/core/editing/EditingStyle.cpp static RGBA32 cssValueToRGBA(CSSValue* colorValue)
colorValue        376 Source/core/editing/EditingStyle.cpp     if (!colorValue || !colorValue->isPrimitiveValue())
colorValue        379 Source/core/editing/EditingStyle.cpp     CSSPrimitiveValue* primitiveColor = toCSSPrimitiveValue(colorValue);
colorValue        384 Source/core/editing/EditingStyle.cpp     BisonCSSParser::parseColor(rgba, colorValue->cssText());
colorValue        705 Source/core/testing/Internals.cpp void Internals::selectColorInColorChooser(Element* element, const String& colorValue)
colorValue        711 Source/core/testing/Internals.cpp     if (!color.setFromString(colorValue))
colorValue        134 Source/core/testing/Internals.h     void selectColorInColorChooser(Element*, const String& colorValue);
colorValue         43 Source/platform/ColorSuggestion.h     ColorSuggestion(const Color& colorValue, const String& label)
colorValue         44 Source/platform/ColorSuggestion.h     : color(colorValue)
colorValue        574 Source/web/WebAXObject.cpp     m_private->colorValue(r, g, b);
colorValue        140 public/web/WebAXObject.h     BLINK_EXPORT void colorValue(int& r, int& g, int& b) const;