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

  /external/chromium_org/content/browser/ssl/
ssl_cert_error_handler.h 35 int cert_error() const { return cert_error_; }
48 const int cert_error_; // The error we represent. member in class:content::SSLCertErrorHandler
ssl_cert_error_handler.cc 26 cert_error_(net::MapCertStatusToNetError(ssl_info.cert_status)),
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.h 100 int cert_error_; member in class:SSLBlockingPage
ssl_blocking_page.cc 193 cert_error_(cert_error),
243 cert_error_,
273 SSLErrorInfo::NetErrorToErrorType(cert_error_),
335 SSLErrorInfo::NetErrorToErrorType(cert_error_);
437 SSLErrorInfo::NetErrorToErrorType(cert_error_),
460 SSLErrorInfo::NetErrorToErrorType(cert_error_);
479 load_time_data.SetString("errorCode", net::ErrorToString(cert_error_));
549 cert_error_,
563 cert_error_,

Completed in 105 milliseconds