Home
last modified time | relevance | path

Searched refs:http2_end_stream_with_data_frame (Results 1 – 10 of 10) sorted by relevance

/external/cronet/net/http/
Dhttp_network_session.h143 bool http2_end_stream_with_data_frame = false; member
Dhttp_network_session.cc177 params.http2_end_stream_with_data_frame, in HttpNetworkSession()
/external/cronet/net/spdy/
Dspdy_session_pool.h144 bool http2_end_stream_with_data_frame,
Dspdy_session_pool.cc90 bool http2_end_stream_with_data_frame, in SpdySessionPool() argument
110 http2_end_stream_with_data_frame_(http2_end_stream_with_data_frame), in SpdySessionPool()
Dspdy_test_util_common.h209 bool http2_end_stream_with_data_frame = false; member
Dspdy_test_util_common.cc367 params.http2_end_stream_with_data_frame = in CreateSessionParams()
368 session_deps->http2_end_stream_with_data_frame; in CreateSessionParams()
Dspdy_session.h370 bool http2_end_stream_with_data_frame,
Dspdy_http_stream_unittest.cc1208 session_deps_.http2_end_stream_with_data_frame = true; in TEST_F()
Dspdy_network_transaction_unittest.cc8354 session_deps->http2_end_stream_with_data_frame = false; in TEST_F()
8397 session_deps->http2_end_stream_with_data_frame = true; in TEST_F()
8459 session_deps->http2_end_stream_with_data_frame = true; in TEST_F()
8519 session_deps->http2_end_stream_with_data_frame = true; in TEST_F()
8580 session_deps->http2_end_stream_with_data_frame = true; in TEST_F()
8662 session_deps->http2_end_stream_with_data_frame = true; in TEST_F()
Dspdy_session.cc922 bool http2_end_stream_with_data_frame, in SpdySession() argument
937 http2_end_stream_with_data_frame_(http2_end_stream_with_data_frame), in SpdySession()