Searched defs:SSLErrorInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ssl/
H A Dssl_error_info.cc18 SSLErrorInfo::SSLErrorInfo(const string16& title, function in class:SSLErrorInfo
29 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type,
197 return SSLErrorInfo(title, details, short_description, extra_info);
200 SSLErrorInfo::~SSLErrorInfo() {
204 SSLErrorInfo::ErrorType SSLErrorInfo::NetErrorToErrorType(int net_error) {
233 int SSLErrorInfo
[all...]
H A Dssl_error_info.h18 // An SSLErrorInfo object only exists on the UI thread and only contains
21 class SSLErrorInfo { class
37 virtual ~SSLErrorInfo();
42 static SSLErrorInfo CreateError(ErrorType error_type,
52 std::vector<SSLErrorInfo>* errors);
70 SSLErrorInfo(const string16& title,

Completed in 435 milliseconds