Home | History | Annotate | Download | only in animator

Lines Matching refs:fError

77     SkXMLParserError::ErrorCode getErrorCode() const { return fError.getErrorCode(); }
79 int getNativeCode() const { return fError.getNativeCode(); }
80 bool hasError() { return fError.hasError(); }
93 void setErrorCode(SkXMLParserError::ErrorCode err) { if (fError.hasError() == false) fError.INHERITED::setCode(err); }
94 void setErrorCode(SkDisplayXMLParserError::ErrorCode err) { if (fError.hasError() == false) fError.setCode(err); }
95 void setErrorNoun(const SkString& str) { if (fError.hasError() == false) fError.setNoun(str); }
99 void setInnerError(SkAnimateMaker* maker, const SkString& str) { fError.setInnerError(maker, str); }
138 SkDisplayXMLParserError fError;