OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnCertErrorInternal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/ssl/
ssl_policy.cc
57
OnCertErrorInternal
(handler, !handler->fatal(), handler->fatal());
73
OnCertErrorInternal
(handler, false, handler->fatal());
183
void SSLPolicy::
OnCertErrorInternal
(SSLCertErrorHandler* handler,
/external/chromium/chrome/browser/ssl/
ssl_policy.cc
64
OnCertErrorInternal
(handler, SSLBlockingPage::ERROR_OVERRIDABLE);
79
OnCertErrorInternal
(handler, SSLBlockingPage::ERROR_FATAL);
199
void SSLPolicy::
OnCertErrorInternal
(SSLCertErrorHandler* handler,
Completed in 326 milliseconds