Searched refs:spdy_stream_ (Results 1 – 5 of 5) sorted by relevance
/external/chromium/net/spdy/ |
D | spdy_proxy_client_socket.cc | 35 spdy_stream_(spdy_stream), in SpdyProxyClientSocket() 54 spdy_stream_->SetDelegate(this); in SpdyProxyClientSocket() 55 was_ever_used_ = spdy_stream_->WasEverUsed(); in SpdyProxyClientSocket() 116 if (spdy_stream_) in Disconnect() 119 spdy_stream_->Cancel(); in Disconnect() 127 return IsConnected() && !spdy_stream_->is_idle(); in IsConnectedAndIdle() 143 return was_ever_used_ || (spdy_stream_ && spdy_stream_->WasEverUsed()); in WasEverUsed() 158 if (!spdy_stream_ && read_buffer_.empty()) { in Read() 205 if (!spdy_stream_) in Write() 210 int rv = spdy_stream_->WriteStreamData(buf, buf_len, spdy::DATA_FLAG_NONE); in Write() [all …]
|
D | spdy_proxy_client_socket.h | 135 scoped_refptr<SpdyStream> spdy_stream_; variable
|
D | spdy_proxy_client_socket_unittest.cc | 113 scoped_refptr<SpdyStream> spdy_stream_; member in net::SpdyProxyClientSocketTest 137 spdy_stream_(NULL), in SpdyProxyClientSocketTest() 196 spdy_session_->CreateStream(url_, LOWEST, &spdy_stream_, BoundNetLog(), in Initialize() 201 new SpdyProxyClientSocket(spdy_stream_, user_agent_, in Initialize()
|
/external/chromium/net/http/ |
D | http_proxy_client_socket_pool.cc | 343 &spdy_stream_, spdy_session->net_log(), in DoSpdyProxyCreateStream() 361 new SpdyProxyClientSocket(spdy_stream_, in DoSpdyProxyCreateStreamComplete()
|
D | http_proxy_client_socket_pool.h | 168 scoped_refptr<SpdyStream> spdy_stream_; variable
|