Searched refs:certificate_error_code_ (Results 1 – 2 of 2) sorted by relevance
232 certificate_error_code_(OK), in SpdySession()295 certificate_error_code_ = certificate_error_code; in InitializeWithSocket()327 if (is_secure_ && certificate_error_code_ != OK && in GetPushStream()331 CloseSessionOnError(static_cast<net::Error>(certificate_error_code_), true); in GetPushStream()424 if (is_secure_ && certificate_error_code_ != OK && in CreateStreamImpl()428 CloseSessionOnError(static_cast<net::Error>(certificate_error_code_), true); in CreateStreamImpl()
401 int certificate_error_code_; variable