HomeSort by relevance Sort by last modified time
    Searched refs:ConstructSpdyBodyFrame (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc 745 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
817 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
852 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, false));
853 scoped_ptr<SpdyFrame> fbody(spdy_util_.ConstructSpdyBodyFrame(1, true));
858 scoped_ptr<SpdyFrame> body2(spdy_util_.ConstructSpdyBodyFrame(3, false));
859 scoped_ptr<SpdyFrame> fbody2(spdy_util_.ConstructSpdyBodyFrame(3, true));
864 scoped_ptr<SpdyFrame> body3(spdy_util_.ConstructSpdyBodyFrame(5, false));
865 scoped_ptr<SpdyFrame> fbody3(spdy_util_.ConstructSpdyBodyFrame(5, true));
    [all...]
spdy_http_stream_unittest.cc 231 spdy_util_.ConstructSpdyBodyFrame(1, "", 0, true));
235 spdy_util_.ConstructSpdyBodyFrame(3, "", 0, true));
389 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, false));
391 spdy_util_.ConstructSpdyBodyFrame(
393 scoped_ptr<SpdyFrame> chunk3(spdy_util_.ConstructSpdyBodyFrame(1, true));
492 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, false));
494 spdy_util_.ConstructSpdyBodyFrame(1, "", 0, true));
581 spdy_util_.ConstructSpdyBodyFrame(1, "", 0, true));
707 scoped_ptr<SpdyFrame> chunk1(spdy_util_.ConstructSpdyBodyFrame(1, true));
spdy_stream_unittest.cc 133 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false));
137 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false));
249 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false));
253 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false));
327 spdy_util_.ConstructSpdyBodyFrame(
333 spdy_util_.ConstructSpdyBodyFrame(
395 spdy_util_.ConstructSpdyBodyFrame(
826 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, true));
916 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false));
920 spdy_util_.ConstructSpdyBodyFrame(1, kPostBody, kPostBodyLength, false))
    [all...]
spdy_test_util_common.h 534 SpdyFrame* ConstructSpdyBodyFrame(int stream_id,
538 SpdyFrame* ConstructSpdyBodyFrame(int stream_id, const char* data,
spdy_session_unittest.cc 594 scoped_ptr<SpdyFrame> body(spdy_util_.ConstructSpdyBodyFrame(1, true));
    [all...]
spdy_test_util_common.cc     [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc     [all...]

Completed in 230 milliseconds