Home
last modified time | relevance | path

Searched refs:ConstructWrappedSpdyFrame (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/spdy/
Dspdy_test_util.h306 spdy::SpdyFrame* ConstructWrappedSpdyFrame(
Dspdy_test_util.cc748 spdy::SpdyFrame* ConstructWrappedSpdyFrame( in ConstructWrappedSpdyFrame() function
/external/chromium/net/http/
Dhttp_network_transaction_unittest.cc2205 scoped_ptr<spdy::SpdyFrame> wrapped_get(ConstructWrappedSpdyFrame(get, 1)); in TEST_F()
2214 ConstructWrappedSpdyFrame(get_resp, 1)); in TEST_F()
2216 scoped_ptr<spdy::SpdyFrame> wrapped_body(ConstructWrappedSpdyFrame(body, 1)); in TEST_F()