Home | History | Annotate | Download | only in spdy

Lines Matching full:certificate_error_code_

261       certificate_error_code_(OK),
330 certificate_error_code_ = certificate_error_code;
362 if (is_secure_ && certificate_error_code_ != OK &&
366 CloseSessionOnError(static_cast<net::Error>(certificate_error_code_), true);
459 if (is_secure_ && certificate_error_code_ != OK &&
463 CloseSessionOnError(static_cast<net::Error>(certificate_error_code_), true);