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

  /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 679 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true));
706 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, p, true));
788 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true));
794 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, LOWEST, true));
800 spdy_util_.ConstructSpdyGet(NULL, 0, false, 5, LOWEST, true));
    [all...]
spdy_test_util_common.h 399 SpdyFrame* ConstructSpdyGet(const char* const url,
414 SpdyFrame* ConstructSpdyGet(const char* const extra_headers[],
spdy_session_unittest.cc 269 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true));
271 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, MEDIUM, true));
353 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true));
355 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, MEDIUM, true));
435 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true));
437 spdy_util_.ConstructSpdyGet(NULL, 0, false, 3, MEDIUM, true));
516 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true));
587 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, MEDIUM, true));
752 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, 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));
    [all...]
spdy_stream_unittest.cc 448 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true));
502 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true));
566 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true));
646 spdy_util_.ConstructSpdyGet(NULL, 0, false, 1, LOWEST, true));
spdy_test_util_common.cc 894 SpdyFrame* SpdyTestUtil::ConstructSpdyGet(
    [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc     [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc     [all...]

Completed in 214 milliseconds