OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cert_error_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ssl/
ssl_cert_error_handler.h
34
int cert_error() const { return
cert_error_
; }
46
const int
cert_error_
; // The error we represent.
member in class:SSLCertErrorHandler
ssl_cert_error_handler.cc
19
cert_error_
(cert_error) {
/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.cc
153
cert_error_
(cert_error),
188
cert_error_
,
205
SSLErrorInfo::NetErrorToErrorType(
cert_error_
),
267
SSLErrorInfo::NetErrorToErrorType(
cert_error_
);
382
cert_error_
,
392
cert_error_
,
ssl_blocking_page.h
73
int
cert_error_
;
member in class:SSLBlockingPage
Completed in 62 milliseconds