Lines Matching refs:CertError
61 struct NET_EXPORT CertError { struct
67 CertError(); argument
68 CertError(Severity severity,
71 CertError(CertError&& other);
72 CertError& operator=(CertError&&); argument
73 ~CertError();
93 void Add(CertError::Severity severity,
113 bool ContainsAnyErrorWithSeverity(CertError::Severity severity) const;
116 std::vector<CertError> nodes_;
149 bool ContainsAnyErrorWithSeverity(CertError::Severity severity) const;
153 return ContainsAnyErrorWithSeverity(CertError::SEVERITY_HIGH); in ContainsHighSeverityErrors()