Searched defs:certificate_error_code (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_session_pool.cc90 int certificate_error_code,
114 connection.Pass(), this, is_secure, certificate_error_code);
86 CreateAvailableSessionFromSocket( const SpdySessionKey& key, scoped_ptr<ClientSocketHandle> connection, const BoundNetLog& net_log, int certificate_error_code, bool is_secure) argument
H A Dspdy_session.cc631 int certificate_error_code) {
638 DCHECK(certificate_error_code == OK ||
639 certificate_error_code < ERR_IO_PENDING);
649 certificate_error_code_ = certificate_error_code;
627 InitializeWithSocket( scoped_ptr<ClientSocketHandle> connection, SpdySessionPool* pool, bool is_secure, int certificate_error_code) argument

Completed in 179 milliseconds