Lines Matching refs:CertError
30 CertError::CertError() = default;
32 CertError::CertError(Severity severity, in CertError() function in net::CertError
37 CertError::CertError(CertError&& other) = default;
39 CertError& CertError::operator=(CertError&&) = default;
41 CertError::~CertError() = default;
43 std::string CertError::ToDebugString() const { in ToDebugString()
67 void CertErrors::Add(CertError::Severity severity, in Add()
75 Add(CertError::SEVERITY_HIGH, id, std::move(params)); in AddError()
84 Add(CertError::SEVERITY_WARNING, id, std::move(params)); in AddWarning()
93 for (const CertError& node : nodes_) in ToDebugString()
100 for (const CertError& node : nodes_) { in ContainsError()
108 CertError::Severity severity) const { in ContainsAnyErrorWithSeverity()
109 for (const CertError& node : nodes_) { in ContainsAnyErrorWithSeverity()
152 CertError::Severity severity) const { in ContainsAnyErrorWithSeverity()