Searched refs:spdy_session_key (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl.cc268 const SpdySessionKey& spdy_session_key = spdy_session->spdy_session_key(); local
269 // Each iteration may empty out the RequestSet for |spdy_session_key| in
276 if (!ContainsKey(spdy_session_request_map_, spdy_session_key))
278 Request* request = *spdy_session_request_map_[spdy_session_key].begin();
H A Dhttp_stream_factory_impl_job.cc428 const SpdySessionKey& spdy_session_key,
435 spdy_session_pool->FindAvailableSession(spdy_session_key, net_log) ?
779 SpdySessionKey spdy_session_key = GetSpdySessionKey(); local
782 spdy_session_key, net_log_);
795 request_->SetSpdySessionKey(spdy_session_key);
879 SpdySessionKey spdy_session_key = GetSpdySessionKey(); local
882 spdy_session_key, net_log_);
1094 SpdySessionKey spdy_session_key(origin_, proxy_server, privacy_mode);
1099 spdy_session_key = SpdySessionKey(proxy_server.host_port_pair(),
1106 spdy_pool->FindAvailableSession(spdy_session_key, net_log
426 OnHostResolution( SpdySessionPool* spdy_session_pool, const SpdySessionKey& spdy_session_key, const AddressList& addresses, const BoundNetLog& net_log) argument
[all...]
H A Dhttp_stream_factory_impl_request.cc56 const SpdySessionKey& spdy_session_key) {
58 spdy_session_key_.reset(new SpdySessionKey(spdy_session_key));
60 factory_->spdy_session_request_map_[spdy_session_key];
55 SetSpdySessionKey( const SpdySessionKey& spdy_session_key) argument
H A Dhttp_stream_factory_impl_request.h13 #include "net/spdy/spdy_session_key.h"
35 // Called when the Job determines the appropriate |spdy_session_key| for the
39 void SetSpdySessionKey(const SpdySessionKey& spdy_session_key);
H A Dhttp_stream_factory_impl_job.h22 #include "net/spdy/spdy_session_key.h"
246 const SpdySessionKey& spdy_session_key,
/external/chromium_org/net/spdy/
H A Dspdy_session_pool.cc215 UnmapKey(available_session->spdy_session_key());
216 RemoveAliases(available_session->spdy_session_key());
270 const SpdySessionKey& session_key = it->second->spdy_session_key();
H A Dspdy_session.h234 // |spdy_session_key| is the host/port that this session connects to, privacy
238 SpdySession(const SpdySessionKey& spdy_session_key,
261 const SpdySessionKey& spdy_session_key() const { function in class:net::SpdySession
H A Dspdy_session.cc591 const SpdySessionKey& spdy_session_key,
606 spdy_session_key_(spdy_session_key),
590 SpdySession( const SpdySessionKey& spdy_session_key, const base::WeakPtr<HttpServerProperties>& http_server_properties, TransportSecurityState* transport_security_state, bool verify_domain_authentication, bool enable_sending_initial_data, bool enable_compression, bool enable_ping_based_connection_checking, NextProto default_protocol, size_t stream_initial_recv_window_size, size_t initial_max_concurrent_streams, size_t max_concurrent_streams_limit, TimeFunc time_func, const HostPortPair& trusted_spdy_proxy, NetLog* net_log) argument
/external/chromium_org/net/
H A Dnet.target.darwin-arm.mk460 net/spdy/spdy_session_key.cc \
H A Dnet.target.darwin-arm64.mk460 net/spdy/spdy_session_key.cc \
H A Dnet.target.darwin-mips.mk460 net/spdy/spdy_session_key.cc \
H A Dnet.target.darwin-mips64.mk460 net/spdy/spdy_session_key.cc \
H A Dnet.target.darwin-x86.mk460 net/spdy/spdy_session_key.cc \
H A Dnet.target.darwin-x86_64.mk460 net/spdy/spdy_session_key.cc \
H A Dnet.target.linux-arm.mk460 net/spdy/spdy_session_key.cc \
H A Dnet.target.linux-arm64.mk460 net/spdy/spdy_session_key.cc \
H A Dnet.target.linux-mips.mk460 net/spdy/spdy_session_key.cc \
H A Dnet.target.linux-mips64.mk460 net/spdy/spdy_session_key.cc \
H A Dnet.target.linux-x86.mk460 net/spdy/spdy_session_key.cc \
H A Dnet.target.linux-x86_64.mk460 net/spdy/spdy_session_key.cc \

Completed in 7172 milliseconds