Home
last modified time | relevance | path

Searched refs:ConstructChunkedSpdyPost (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/spdy/
Dspdy_test_util.h291 spdy::SpdyFrame* ConstructChunkedSpdyPost(const char* const extra_headers[],
Dspdy_http_stream_unittest.cc108 scoped_ptr<spdy::SpdyFrame> req(ConstructChunkedSpdyPost(NULL, 0)); in TEST_F()
Dspdy_test_util.cc686 spdy::SpdyFrame* ConstructChunkedSpdyPost(const char* const extra_headers[], in ConstructChunkedSpdyPost() function
Dspdy_network_transaction_unittest.cc1580 scoped_ptr<spdy::SpdyFrame> req(ConstructChunkedSpdyPost(NULL, 0)); in TEST_P()