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

/external/chromium/net/spdy/
H A Dspdy_test_util.h192 spdy::SpdyFrame* ConstructSpdyGet(const char* const url,
201 spdy::SpdyFrame* ConstructSpdyGet(const char* const extra_headers[],
212 spdy::SpdyFrame* ConstructSpdyGet(const char* const extra_headers[],
H A Dspdy_network_transaction_unittest.cc527 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
554 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, p));
614 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
619 scoped_ptr<spdy::SpdyFrame> req2(ConstructSpdyGet(NULL, 0, false, 3, LOWEST));
624 scoped_ptr<spdy::SpdyFrame> req3(ConstructSpdyGet(NULL, 0, false, 5, LOWEST));
709 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
714 scoped_ptr<spdy::SpdyFrame> req2(ConstructSpdyGet(NULL, 0, false, 3, LOWEST));
796 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
801 scoped_ptr<spdy::SpdyFrame> req2(ConstructSpdyGet(NULL, 0, false, 3, LOWEST));
902 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NUL
[all...]
H A Dspdy_http_stream_unittest.cc58 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
172 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(base_url, false, 1, LOWEST));
H A Dspdy_test_util.cc323 spdy::SpdyFrame* ConstructSpdyGet(const char* const url, function in namespace:net
385 spdy::SpdyFrame* ConstructSpdyGet(const char* const extra_headers[], function in namespace:net
390 return ConstructSpdyGet(extra_headers, extra_header_count, compressed,
398 spdy::SpdyFrame* ConstructSpdyGet(const char* const extra_headers[], function in namespace:net
/external/chromium/net/http/
H A Dhttp_network_transaction_unittest.cc1955 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST,
2017 ConstructSpdyGet(NULL, 0, false, 1, LOWEST, false));
2023 ConstructSpdyGet(
2204 scoped_ptr<spdy::SpdyFrame> get(ConstructSpdyGet(kMyUrl, false, 1, LOWEST));
6572 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
6673 scoped_ptr<spdy::SpdyFrame> req1(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
6674 scoped_ptr<spdy::SpdyFrame> req2(ConstructSpdyGet(NULL, 0, false, 3, LOWEST));
6904 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
7012 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
7885 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NUL
[all...]

Completed in 72 milliseconds