Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session_pool.cc89 bool http2_end_stream_with_data_frame, in SpdySessionPool() argument
109 http2_end_stream_with_data_frame_(http2_end_stream_with_data_frame), in SpdySessionPool()
H A Dspdy_session_pool.h142 bool http2_end_stream_with_data_frame,
H A 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()
H A Dspdy_test_util_common.h215 bool http2_end_stream_with_data_frame = false; member
H A Dspdy_session.h343 bool http2_end_stream_with_data_frame,
H A Dspdy_session.cc792 bool http2_end_stream_with_data_frame, in SpdySession() argument
805 http2_end_stream_with_data_frame_(http2_end_stream_with_data_frame), in SpdySession()
H A Dspdy_http_stream_unittest.cc1215 session_deps_.http2_end_stream_with_data_frame = true; in TEST_P()
H A Dspdy_network_transaction_unittest.cc8850 session_deps->http2_end_stream_with_data_frame = false; in TEST_P()
8893 session_deps->http2_end_stream_with_data_frame = true; in TEST_P()
8954 session_deps->http2_end_stream_with_data_frame = true; in TEST_P()
9013 session_deps->http2_end_stream_with_data_frame = true; in TEST_P()
9073 session_deps->http2_end_stream_with_data_frame = true; in TEST_P()
9154 session_deps->http2_end_stream_with_data_frame = true; in TEST_P()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_network_session.h138 bool http2_end_stream_with_data_frame = false; member
H A Dhttp_network_session.cc173 params.http2_end_stream_with_data_frame, in HttpNetworkSession()