fastParseColor    259 Source/core/css/parser/BisonCSSParser-in.cpp     if (!CSSPropertyParser::fastParseColor(color, string, !quirksMode && string[0] != '#'))
fastParseColor   1099 Source/core/css/parser/BisonCSSParser-in.cpp     if (CSSPropertyParser::fastParseColor(color, string, strict))
fastParseColor   5214 Source/core/css/parser/CSSPropertyParser.cpp template bool CSSPropertyParser::fastParseColor(RGBA32&, const String&, bool strict);
fastParseColor   5346 Source/core/css/parser/CSSPropertyParser.cpp         if (!fastParseColor(c, str, !inQuirksMode()))
fastParseColor   5351 Source/core/css/parser/CSSPropertyParser.cpp         if (!fastParseColor(c, value->string, !inQuirksMode() && value->unit == CSSPrimitiveValue::CSS_IDENT))
fastParseColor     76 Source/core/css/parser/CSSPropertyParser.h     static bool fastParseColor(RGBA32&, const StringType&, bool strict);