/external/chromium_org/net/spdy/ |
spdy_network_transaction_unittest.cc | 717 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true)); 789 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true)); 824 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, false)); 825 scoped_ptr<SpdyFrame> fbody(spdy_util_.ConstructSpdyBodyFrame(1, true)); 830 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(3, false)); 831 scoped_ptr<SpdyFrame> fbody2(spdy_util_.ConstructSpdyBodyFrame(3, true)); 836 scoped_ptr<SpdyFrame> body3(spdy_util_.ConstructSpdyBodyFrame(5, false)); 837 scoped_ptr<SpdyFrame> fbody3(spdy_util_.ConstructSpdyBodyFrame(5, true)); [all...] |
spdy_http_stream_unittest.cc | 228 spdy_util_.ConstructSpdyBodyFrame(1, "", 0, true)); 232 spdy_util_.ConstructSpdyBodyFrame(3, "", 0, true)); 386 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, false)); 388 spdy_util_.ConstructSpdyBodyFrame( 390 scoped_ptr<SpdyFrame> chunk3(spdy_util_.ConstructSpdyBodyFrame(1, true)); 544 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, true));
|
spdy_stream_unittest.cc | 134 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false)); 138 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false)); 245 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false)); 249 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false)); 325 spdy_util_.ConstructSpdyBodyFrame( 331 spdy_util_.ConstructSpdyBodyFrame( 395 spdy_util_.ConstructSpdyBodyFrame( 828 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, true)); 919 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false)); 923 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false)) [all...] |
spdy_test_util_common.h | 500 SpdyFrame* ConstructSpdyBodyFrame(int stream_id, 504 SpdyFrame* ConstructSpdyBodyFrame(int stream_id, const char* data,
|
spdy_session_unittest.cc | [all...] |
spdy_test_util_common.cc | [all...] |
/external/chromium/net/spdy/ |
spdy_network_transaction_unittest.cc | 531 scoped_ptr<spdy::SpdyFrame> body(ConstructSpdyBodyFrame(1, true)); 581 scoped_ptr<spdy::SpdyFrame> body(ConstructSpdyBodyFrame(1, true)); 616 scoped_ptr<spdy::SpdyFrame> body(ConstructSpdyBodyFrame(1, false)); 617 scoped_ptr<spdy::SpdyFrame> fbody(ConstructSpdyBodyFrame(1, true)); 621 scoped_ptr<spdy::SpdyFrame> body2(ConstructSpdyBodyFrame(3, false)); 622 scoped_ptr<spdy::SpdyFrame> fbody2(ConstructSpdyBodyFrame(3, true)); 626 scoped_ptr<spdy::SpdyFrame> body3(ConstructSpdyBodyFrame(5, false)); 627 scoped_ptr<spdy::SpdyFrame> fbody3(ConstructSpdyBodyFrame(5, true)); 711 scoped_ptr<spdy::SpdyFrame> body(ConstructSpdyBodyFrame(1, false)); 712 scoped_ptr<spdy::SpdyFrame> fbody(ConstructSpdyBodyFrame(1, true)) [all...] |
spdy_stream_unittest.cc | 104 spdy::SpdyFrame* ConstructSpdyBodyFrame(const char* data, int length) { 166 ConstructSpdyBodyFrame("\0hello!\xff", 8)); 176 ConstructSpdyBodyFrame("\0hello!\xff", 8));
|
spdy_http_stream_unittest.cc | 109 scoped_ptr<spdy::SpdyFrame> chunk1(ConstructSpdyBodyFrame(1, false)); 110 scoped_ptr<spdy::SpdyFrame> chunk2(ConstructSpdyBodyFrame(1, true));
|
spdy_test_util.h | 302 spdy::SpdyFrame* ConstructSpdyBodyFrame(int stream_id, 306 spdy::SpdyFrame* ConstructSpdyBodyFrame(int stream_id, const char* data,
|
spdy_test_util.cc | 739 spdy::SpdyFrame* ConstructSpdyBodyFrame(int stream_id, bool fin) { 747 spdy::SpdyFrame* ConstructSpdyBodyFrame(int stream_id, const char* data, 758 return ConstructSpdyBodyFrame(stream_id, frame->data(), [all...] |
/external/chromium_org/net/http/ |
http_network_transaction_unittest.cc | [all...] |
/external/chromium/net/http/ |
http_network_transaction_unittest.cc | [all...] |