Lines Matching refs:fError
73 : INHERITED(&maker.fError), fMaker(maker), fInInclude(maker.fInInclude), in SkDisplayXMLParser()
107 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
108 fError->setCode(SkXMLParserError::kDuplicateIDs); in onAddAttributeLen()
126 fError->setNoun(name); in onAddAttributeLen()
127 fError->setCode(SkXMLParserError::kUnknownAttributeName); in onAddAttributeLen()
133 if (fMaker.fError.hasError()) { in onAddAttributeLen()
134 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
141 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()
142 fError->setCode(SkXMLParserError::kErrorInAttributeValue); in onAddAttributeLen()
148 fError->setNoun(name); in onAddAttributeLen()
149 fError->setCode(SkXMLParserError::kUnknownAttributeName); in onAddAttributeLen()
175 if (fMaker.fError.hasError()) in onEndElement()
216 if (fMaker.fError.hasError()) in onEndElement()
245 fError->setNoun(name, len); in onStartElementLen()
246 fError->setCode(SkXMLParserError::kUnknownElement); in onStartElementLen()
257 fError->setNoun(name, len); in onStartElementLen()