Home
last modified time | relevance | path

Searched refs:have_certificate_errors_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/url_request/
Durl_request_test_util.h131 bool have_certificate_errors() const { return have_certificate_errors_; } in have_certificate_errors()
177 bool have_certificate_errors_; variable
Durl_request_test_util.cc123 have_certificate_errors_(false), in TestDelegate()
156 have_certificate_errors_ = true; in OnSSLCertificateError()