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

  /external/chromium/chrome/browser/ssl/
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,
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_blocking_page.h 30 virtual SSLErrorInfo GetSSLErrorInfo(SSLCertErrorHandler* handler) = 0;
ssl_policy.h 45 virtual SSLErrorInfo GetSSLErrorInfo(SSLCertErrorHandler* handler);
ssl_policy.cc 163 SSLErrorInfo SSLPolicy::GetSSLErrorInfo(SSLCertErrorHandler* handler) {
164 return SSLErrorInfo::CreateError(
165 SSLErrorInfo::NetErrorToErrorType(handler->cert_error()),
ssl_blocking_page.cc 67 SSLErrorInfo error_info = delegate_->GetSSLErrorInfo(handler_);
  /external/chromium/chrome/browser/
page_info_model.cc 140 std::vector<SSLErrorInfo> errors;
141 SSLErrorInfo::GetErrorsForCertStatus(ssl.cert_id(), ssl.cert_status(),

Completed in 61 milliseconds