HomeSort by relevance Sort by last modified time
    Searched defs:SSLErrorInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ssl/
ssl_error_info.cc 22 SSLErrorInfo::SSLErrorInfo(const base::string16& details,
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::GetErrorsForCertStatus(int cert_id
    [all...]
ssl_error_info.h 18 // An SSLErrorInfo object only exists on the UI thread and only contains
21 class SSLErrorInfo {
42 virtual ~SSLErrorInfo();
47 static SSLErrorInfo CreateError(ErrorType error_type,
58 std::vector<SSLErrorInfo>* errors);
67 SSLErrorInfo(const base::string16& details,

Completed in 104 milliseconds