Home
last modified time | relevance | path

Searched refs:http_stream (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/spdy/
Dspdy_http_stream_unittest.cc80 scoped_ptr<SpdyHttpStream> http_stream( in TEST_F() local
84 http_stream->InitializeStream(&request, net_log, NULL)); in TEST_F()
87 http_stream->SendRequest(headers, NULL, &response, &callback)); in TEST_F()
140 SpdyHttpStream http_stream(session_.get(), true); in TEST_F() local
143 http_stream.InitializeStream(&request, net_log, NULL)); in TEST_F()
147 EXPECT_EQ(ERR_IO_PENDING, http_stream.SendRequest( in TEST_F()
194 scoped_ptr<SpdyHttpStream> http_stream(new SpdyHttpStream(session_, true)); in TEST_F() local
197 http_stream->InitializeStream(&request, net_log, NULL)); in TEST_F()
200 http_stream->SendRequest(headers, NULL, &response, &callback)); in TEST_F()
203 http_stream->stream()->spdy_headers().get(); in TEST_F()
/external/chromium/net/
Dnet.gyp523 'http/http_stream.h',