Searched refs:SSLErrorInfo (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_info.h18 // An SSLErrorInfo object only exists on the UI thread and only contains
21 class SSLErrorInfo { class
42 virtual ~SSLErrorInfo();
47 static SSLErrorInfo CreateError(ErrorType error_type,
58 std::vector<SSLErrorInfo>* errors);
67 SSLErrorInfo(const base::string16& details,
H A Dssl_blocking_page.cc169 SSLErrorInfo::NetErrorToErrorType(cert_error), SSLErrorInfo::END_OF_ENUM);
191 SSLErrorInfo::ErrorType type = SSLErrorInfo::NetErrorToErrorType(cert_error);
193 case SSLErrorInfo::CERT_COMMON_NAME_INVALID: {
200 case SSLErrorInfo::CERT_DATE_INVALID: {
207 case SSLErrorInfo::CERT_AUTHORITY_INVALID: {
295 if (SSLErrorInfo::NetErrorToErrorType(error) !=
296 SSLErrorInfo::CERT_DATE_INVALID) {
382 SSLErrorInfo
[all...]
H A Dssl_error_info.cc22 SSLErrorInfo::SSLErrorInfo(const base::string16& details, function in class:SSLErrorInfo
29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type,
163 return SSLErrorInfo(details, short_description);
166 SSLErrorInfo::~SSLErrorInfo() {
170 SSLErrorInfo::ErrorType SSLErrorInfo::NetErrorToErrorType(int net_error) {
205 int SSLErrorInfo
[all...]
H A Dssl_error_classification.cc71 if (SSLErrorInfo::NetErrorToErrorType(cert_error) ==
72 SSLErrorInfo::CERT_DATE_INVALID) {
75 } else if (SSLErrorInfo::NetErrorToErrorType(cert_error) ==
76 SSLErrorInfo::CERT_COMMON_NAME_INVALID) {
191 SSLErrorInfo::ErrorType type =
192 SSLErrorInfo::NetErrorToErrorType(cert_error_);
193 DCHECK(type == SSLErrorInfo::CERT_DATE_INVALID);
230 SSLErrorInfo::ErrorType type =
231 SSLErrorInfo::NetErrorToErrorType(cert_error_);
232 DCHECK(type == SSLErrorInfo
[all...]
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings.cc477 std::vector<SSLErrorInfo> errors;
478 SSLErrorInfo::GetErrorsForCertStatus(ssl.cert_id, ssl.cert_status,

Completed in 103 milliseconds