Searched defs:parseColor (Results 1 – 3 of 3) sorted by relevance
133 public static ColorRGBA parseColor(Attributes attribs) throws SAXException{ in parseColor() method in SAXUtil
56 static ColorParseResult parseColor(RGBA32& parsedColor, const String& colorString, Document* docume… in parseColor() function
447 bool CSSParser::parseColor(RGBA32& color, const String& string, bool strict) in parseColor() function in WebCore::CSSParser472 bool CSSParser::parseColor(CSSMutableStyleDeclaration* declaration, const String& string) in parseColor() function in WebCore::CSSParser4297 bool CSSParser::parseColor(const String &name, RGBA32& rgb, bool strict) in parseColor() function in WebCore::CSSParser4453 PassRefPtr<CSSPrimitiveValue> CSSParser::parseColor(CSSParserValue* value) in parseColor() function in WebCore::CSSParser