Searched refs:parserError (Results 1 – 5 of 5) sorted by relevance
40 void checkKeyPath(const String& keyPath, const Vector<String>& expected, int parserError) in checkKeyPath() argument44 ASSERT_EQ(idbKeyPath.isValid(), (parserError == IDBKeyPathParseErrorNone)); in checkKeyPath()49 ASSERT_EQ(parserError, error); in checkKeyPath()
54 SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(NULL), fError(parserError) in SkXMLParser() argument
56 SkXMLParser(SkXMLParserError* parserError = NULL);