Home
last modified time | relevance | path

Searched refs:ElideHttp2HeaderBlockForNetLog (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_log_util_unittest.cc37 TEST(SpdyLogUtilTest, ElideHttp2HeaderBlockForNetLog) { in TEST() argument
43 ElideHttp2HeaderBlockForNetLog(headers, NetLogCaptureMode::kDefault); in TEST()
53 list = ElideHttp2HeaderBlockForNetLog(headers, in TEST()
109 ElideHttp2HeaderBlockForNetLog(headers, NetLogCaptureMode::kDefault); in TEST()
H A Dspdy_log_util.cc27 base::Value::List ElideHttp2HeaderBlockForNetLog( in ElideHttp2HeaderBlockForNetLog() function
44 "headers", ElideHttp2HeaderBlockForNetLog(*headers, capture_mode)); in Http2HeaderBlockNetLogParams()
H A Dspdy_log_util.h26 NET_EXPORT_PRIVATE base::Value::List ElideHttp2HeaderBlockForNetLog(
H A Dspdy_session.cc188 ElideHttp2HeaderBlockForNetLog(*headers, capture_mode)) in NetLogSpdyHeadersSentParams()
209 .Set("headers", ElideHttp2HeaderBlockForNetLog(*headers, capture_mode)) in NetLogSpdyHeadersReceivedParams()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_http3_logger.cc311 ElideHttp2HeaderBlockForNetLog(header_block, capture_mode)); in OnHeadersFrameSent()
/aosp_15_r20/external/cronet/net/http/
H A Dbidirectional_stream.cc43 dict.Set("headers", ElideHttp2HeaderBlockForNetLog(*headers, capture_mode)); in NetLogHeadersParams()