/external/chromium/net/spdy/ |
spdy_test_util.h | 192 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[],
|
spdy_network_transaction_unittest.cc | 527 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)); [all...] |
spdy_http_stream_unittest.cc | 58 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST)); 172 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(base_url, false, 1, LOWEST));
|
spdy_test_util.cc | 323 spdy::SpdyFrame* ConstructSpdyGet(const char* const url, 385 spdy::SpdyFrame* ConstructSpdyGet(const char* const extra_headers[], 390 return ConstructSpdyGet(extra_headers, extra_header_count, compressed, 398 spdy::SpdyFrame* ConstructSpdyGet(const char* const extra_headers[], [all...] |
/external/chromium_org/net/spdy/ |
spdy_network_transaction_unittest.cc | 713 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true)); 740 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, p, true)); 822 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true)); 828 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, LOWEST, true)); 834 spdy_util_.ConstructSpdyGet(NULL, 0, false, 5, LOWEST, true)); [all...] |
spdy_http_stream_unittest.cc | 156 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true)); 218 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true)); 220 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, LOWEST, true)); 490 spdy_util_.ConstructSpdyGet(base_url, false, 1, LOWEST));
|
spdy_test_util_common.h | 399 SpdyFrame* ConstructSpdyGet(const char* const url, 414 SpdyFrame* ConstructSpdyGet(const char* const extra_headers[],
|
spdy_session_unittest.cc | 360 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true)); 362 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, MEDIUM, true)); 444 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true)); 446 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, MEDIUM, true)); 526 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true)); 528 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, MEDIUM, true)); 607 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true)); 678 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true)); 843 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true)); [all...] |
spdy_stream_unittest.cc | 449 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true)); 503 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true)); 567 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true)); 647 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true)); [all...] |
spdy_test_util_common.cc | 891 SpdyFrame* SpdyTestUtil::ConstructSpdyGet( 912 SpdyFrame* SpdyTestUtil::ConstructSpdyGet(const char* const extra_headers[], [all...] |
/external/chromium_org/net/http/ |
http_network_transaction_unittest.cc | [all...] |
/external/chromium/net/http/ |
http_network_transaction_unittest.cc | [all...] |