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

/external/chromium_org/net/spdy/
H A Dspdy_write_queue_unittest.cc99 SpdyStream* MakeTestStream(RequestPriority priority) { function in namespace:net::__anon9614
114 scoped_ptr<SpdyStream> stream_medium(MakeTestStream(MEDIUM));
115 scoped_ptr<SpdyStream> stream_highest(MakeTestStream(HIGHEST));
156 scoped_ptr<SpdyStream> stream1(MakeTestStream(DEFAULT_PRIORITY));
157 scoped_ptr<SpdyStream> stream2(MakeTestStream(DEFAULT_PRIORITY));
158 scoped_ptr<SpdyStream> stream3(MakeTestStream(DEFAULT_PRIORITY));
194 scoped_ptr<SpdyStream> stream1(MakeTestStream(DEFAULT_PRIORITY));
195 scoped_ptr<SpdyStream> stream2(MakeTestStream(DEFAULT_PRIORITY));
228 scoped_ptr<SpdyStream> stream1(MakeTestStream(DEFAULT_PRIORITY));
230 scoped_ptr<SpdyStream> stream2(MakeTestStream(DEFAULT_PRIORIT
[all...]

Completed in 831 milliseconds