Home
last modified time | relevance | path

Searched refs:CreateError (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ssl/
Dssl_error_info.h42 static SSLErrorInfo CreateError(ErrorType error_type,
Dssl_error_info.cc29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type, in CreateError() function in SSLErrorInfo
270 errors->push_back(SSLErrorInfo::CreateError(kErrorTypes[i], cert, url)); in GetErrorsForCertStatus()
Dssl_policy.cc164 return SSLErrorInfo::CreateError( in GetSSLErrorInfo()