Searched defs:parseColor (Results 1 – 6 of 6) sorted by relevance
133 public static ColorRGBA parseColor(Attributes attribs) throws SAXException{ in parseColor() method in SAXUtil
45 static ColorParseResult parseColor(RGBA32& parsedColor, const String& colorString, Document* docume… in parseColor() function
309 void TestPlugin::parseColor(const WebString& string, unsigned color[3]) in parseColor() function in WebTestRunner::TestPlugin
1141 bool CSSParser::parseColor(RGBA32& color, const String& string, bool strict) in parseColor() function in WebCore::CSSParser1165 bool CSSParser::parseColor(const String& string) in parseColor() function in WebCore::CSSParser6231 PassRefPtr<CSSPrimitiveValue> CSSParser::parseColor(CSSParserValue* value) in parseColor() function in WebCore::CSSParser
94 static Color parseColor(const RefPtr<JSONObject>* colorObject) in parseColor() function
645 axs.utils.parseColor = function(a) { function in axs.utils