Searched defs:parseColor (Results 1 – 6 of 6) sorted by relevance
79 bool CSSParser::parseColor(RGBA32& color, const String& string, bool strict) in parseColor() function in blink::CSSParser
950 bool BisonCSSParser::parseColor(RGBA32& color, const String& string, bool strict) in parseColor() function in blink::BisonCSSParser984 bool BisonCSSParser::parseColor(const String& string) in parseColor() function in blink::BisonCSSParser
5255 PassRefPtrWillBeRawPtr<CSSPrimitiveValue> CSSPropertyParser::parseColor(CSSParserValue* value, bool… in parseColor() function in blink::CSSPropertyParser
45 static ColorParseResult parseColor(RGBA32& parsedColor, const String& colorString) in parseColor() function
97 static Color parseColor(const RefPtr<JSONObject>* colorObject) in parseColor() function
699 axs.utils.parseColor = function(a) { function in axs.utils