OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetErrorToErrorType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ssl/
ssl_error_info.h
45
static ErrorType
NetErrorToErrorType
(int net_error);
ssl_blocking_page.cc
169
SSLErrorInfo::
NetErrorToErrorType
(cert_error), SSLErrorInfo::END_OF_ENUM);
191
SSLErrorInfo::ErrorType type = SSLErrorInfo::
NetErrorToErrorType
(cert_error);
295
if (SSLErrorInfo::
NetErrorToErrorType
(error) !=
383
SSLErrorInfo::
NetErrorToErrorType
(cert_error_);
454
SSLErrorInfo::
NetErrorToErrorType
(cert_error_),
473
SSLErrorInfo::
NetErrorToErrorType
(cert_error_);
ssl_error_classification.cc
71
if (SSLErrorInfo::
NetErrorToErrorType
(cert_error) ==
75
} else if (SSLErrorInfo::
NetErrorToErrorType
(cert_error) ==
192
SSLErrorInfo::
NetErrorToErrorType
(cert_error_);
231
SSLErrorInfo::
NetErrorToErrorType
(cert_error_);
271
SSLErrorInfo::
NetErrorToErrorType
(cert_error_);
ssl_error_info.cc
170
SSLErrorInfo::ErrorType SSLErrorInfo::
NetErrorToErrorType
(int net_error) {
Completed in 91 milliseconds