Home
last modified time | relevance | path

Searched defs:parseColor (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/css/
DCSSParser.cpp306 bool CSSParser::parseColor(RGBA32& color, const String& string, bool strict) in parseColor() function in WebCore::CSSParser
329 bool CSSParser::parseColor(CSSMutableStyleDeclaration* declaration, const String& string) in parseColor() function in WebCore::CSSParser
3554 bool CSSParser::parseColor(const String &name, RGBA32& rgb, bool strict) in parseColor() function in WebCore::CSSParser
3639 PassRefPtr<CSSPrimitiveValue> CSSParser::parseColor(CSSParserValue* value) in parseColor() function in WebCore::CSSParser