/external/chromium/net/http/ |
http_stream_factory_impl_request.h | 104 scoped_ptr<const HostPortProxyPair> spdy_session_key_; member in class:net::HttpStreamFactoryImpl::Request
|
/external/chromium_org/net/http/ |
http_stream_factory_impl_request.h | 57 // If this Request has a |spdy_session_key_|, remove this session from the 137 scoped_ptr<const SpdySessionKey> spdy_session_key_; member in class:net::HttpStreamFactoryImpl::Request
|
/external/chromium_org/net/spdy/ |
spdy_websocket_stream_unittest.cc | 202 spdy_session_key_ = SpdySessionKey(host_port_pair_, 247 http_session_, spdy_session_key_, BoundNetLog()); 277 SpdySessionKey spdy_session_key_; member in class:net::SpdyWebSocketStreamTest 373 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_)); 434 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_)); 496 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_)); 524 http_session_, spdy_session_key_, BoundNetLog()); 602 HasSpdySession(http_session_->spdy_session_pool(), spdy_session_key_));
|
spdy_session.h | 222 return spdy_session_key_.host_port_proxy_pair().first; 225 return spdy_session_key_.host_port_proxy_pair(); 228 return spdy_session_key_; 927 const SpdySessionKey spdy_session_key_; member in class:net::SpdySession [all...] |
/external/chromium_org/net/websockets/ |
websocket_job_test.cc | 272 spdy_session_key_ = SpdySessionKey(host_port_pair_, 276 http_session_, spdy_session_key_, BoundNetLog()); 302 SpdySessionKey spdy_session_key_; member in class:net::__anon9624::MockHttpTransactionFactory [all...] |