/external/chromium_org/net/spdy/ |
spdy_network_transaction_unittest.cc | 716 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); 788 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); 823 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); 829 scoped_ptr<SpdyFrame> resp2(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3)); 835 scoped_ptr<SpdyFrame> resp3(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 5)); [all...] |
spdy_http_stream_unittest.cc | 160 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); 226 spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); 230 spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 3)); 494 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
|
spdy_stream_unittest.cc | 241 spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); 454 reply(spdy_util_.ConstructSpdyGetSynReply(kExtraHeaders, 1, 1)); 507 reply(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); 571 reply(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); 651 reply(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); 831 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); 915 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); [all...] |
spdy_session_unittest.cc | [all...] |
spdy_test_util_common.h | 452 SpdyFrame* ConstructSpdyGetSynReply(const char* const extra_headers[],
|
spdy_test_util_common.cc | [all...] |
/external/chromium/net/spdy/ |
spdy_network_transaction_unittest.cc | 530 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1)); 580 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1)); 615 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1)); 620 scoped_ptr<spdy::SpdyFrame> resp2(ConstructSpdyGetSynReply(NULL, 0, 3)); 625 scoped_ptr<spdy::SpdyFrame> resp3(ConstructSpdyGetSynReply(NULL, 0, 5)); 710 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1)); 715 scoped_ptr<spdy::SpdyFrame> resp2(ConstructSpdyGetSynReply(NULL, 0, 3)); 797 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1)); 802 scoped_ptr<spdy::SpdyFrame> resp2(ConstructSpdyGetSynReply(NULL, 0, 3)); [all...] |
spdy_http_stream_unittest.cc | 62 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1)); 176 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1));
|
spdy_stream_unittest.cc | 174 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1));
|
spdy_test_util.h | 256 spdy::SpdyFrame* ConstructSpdyGetSynReply(const char* const extra_headers[],
|
spdy_test_util.cc | 626 spdy::SpdyFrame* ConstructSpdyGetSynReply(const char* const extra_headers[], [all...] |
/external/chromium_org/net/http/ |
http_proxy_client_socket_pool_unittest.cc | 396 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1)); 435 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
|
http_network_transaction_unittest.cc | [all...] |
/external/chromium/net/http/ |
http_proxy_client_socket_pool_unittest.cc | 339 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1));
|
http_network_transaction_unittest.cc | [all...] |