Lines Matching full:ferror
81 : INHERITED(&maker.fError), fMaker(maker), fInInclude(maker.fInInclude),
115 fError->setNoun(attrValue, attrValueLen);
116 fError->setCode(SkXMLParserError::kDuplicateIDs);
134 fError->setNoun(name);
135 fError->setCode(SkXMLParserError::kUnknownAttributeName);
141 if (fMaker.fError.hasError()) {
142 fError->setNoun(attrValue, attrValueLen);
149 fError->setNoun(attrValue, attrValueLen);
150 fError->setCode(SkXMLParserError::kErrorInAttributeValue);
156 fError->setNoun(name);
157 fError->setCode(SkXMLParserError::kUnknownAttributeName);
183 if (fMaker.fError.hasError())
224 if (fMaker.fError.hasError())
253 fError->setNoun(name, len);
254 fError->setCode(SkXMLParserError::kUnknownElement);
265 fError->setNoun(name, len);