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

  /external/chromium/chrome/browser/ssl/
ssl_error_info.cc 18 SSLErrorInfo::SSLErrorInfo(const string16& title,
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::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 {
37 virtual ~SSLErrorInfo();
42 static SSLErrorInfo CreateError(ErrorType error_type,
52 std::vector<SSLErrorInfo>* errors);
70 SSLErrorInfo(const string16& title,
  /external/chromium_org/chrome/browser/ssl/
ssl_error_info.cc 19 SSLErrorInfo::SSLErrorInfo(const string16& title,
30 SSLErrorInfo SSLErrorInfo::CreateError(ErrorType error_type,
210 return SSLErrorInfo(title, details, short_description, extra_info);
213 SSLErrorInfo::~SSLErrorInfo() {
217 SSLErrorInfo::ErrorType SSLErrorInfo::NetErrorToErrorType(int net_error) {
246 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 {
39 virtual ~SSLErrorInfo();
44 static SSLErrorInfo CreateError(ErrorType error_type,
55 std::vector<SSLErrorInfo>* errors);
73 SSLErrorInfo(const string16& title,

Completed in 219 milliseconds