Home | History | Annotate | Download | only in css

Lines Matching defs:parseColor

318     if (!CSSParser::parseColor(string, color, strict && string[0] != '#'))
447 bool CSSParser::parseColor(RGBA32& color, const String& string, bool strict)
450 if (parseColor(string, color, strict))
457 if (!parser.parseColor(dummyStyleDeclaration.get(), string))
472 bool CSSParser::parseColor(CSSMutableStyleDeclaration* declaration, const String& string)
1034 parsedValue = parseColor();
2013 parsedValue = parseColor();
2679 return parseColor();
4297 bool CSSParser::parseColor(const String &name, RGBA32& rgb, bool strict)
4453 PassRefPtr<CSSPrimitiveValue> CSSParser::parseColor(CSSParserValue* value)
4466 if (!CSSParser::parseColor(str, c, m_strict))
4471 if (!CSSParser::parseColor(value->string, c, m_strict && value->unit == CSSPrimitiveValue::CSS_IDENT))
4677 parsedColor = parseColor(val);
5101 stop.m_color = p->parseColor(args->current());
5128 stop.m_color = p->parseColor(stopArg);
5292 return p->parseColor(value);