Searched refs:ConstructWrappedSpdyFrame (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_test_util.h310 spdy::SpdyFrame* ConstructWrappedSpdyFrame(
H A Dspdy_test_util.cc755 spdy::SpdyFrame* ConstructWrappedSpdyFrame( function in namespace:net
/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.h507 SpdyFrame* ConstructWrappedSpdyFrame(const scoped_ptr<SpdyFrame>& frame,
H A Dspdy_test_util_common.cc1164 SpdyFrame* SpdyTestUtil::ConstructWrappedSpdyFrame( function in class:net::SpdyTestUtil
/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc2887 spdy_util_.ConstructWrappedSpdyFrame(get, 1));
2893 spdy_util_.ConstructWrappedSpdyFrame(get_resp, 1));
2896 spdy_util_.ConstructWrappedSpdyFrame(body, 1));
10890 spdy_util_.ConstructWrappedSpdyFrame(req1, 1));
10913 spdy_util_.ConstructWrappedSpdyFrame(resp1, 1));
10915 spdy_util_.ConstructWrappedSpdyFrame(body1, 1));
/external/chromium/net/http/
H A Dhttp_network_transaction_unittest.cc2205 scoped_ptr<spdy::SpdyFrame> wrapped_get(ConstructWrappedSpdyFrame(get, 1));
2214 ConstructWrappedSpdyFrame(get_resp, 1));
2216 scoped_ptr<spdy::SpdyFrame> wrapped_body(ConstructWrappedSpdyFrame(body, 1));

Completed in 2658 milliseconds