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

  /external/chromium/net/spdy/
spdy_test_util.h 188 spdy::SpdyFrame* ConstructSpdyGet(const char* const url,
197 spdy::SpdyFrame* ConstructSpdyGet(const char* const extra_headers[],
208 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 316 spdy::SpdyFrame* ConstructSpdyGet(const char* const url,
378 spdy::SpdyFrame* ConstructSpdyGet(const char* const extra_headers[],
383 return ConstructSpdyGet(extra_headers, extra_header_count, compressed,
391 spdy::SpdyFrame* ConstructSpdyGet(const char* const extra_headers[],
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc     [all...]

Completed in 49 milliseconds