/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/ |
H A D | recording_headers_handler.cc | 25 void RecordingHeadersHandler::OnHeader(absl::string_view key, in OnHeader() function in spdy::RecordingHeadersHandler
|
H A D | no_op_headers_handler.h | 26 void OnHeader(absl::string_view /*key*/, in OnHeader() function
|
H A D | http2_header_block_hpack_listener.h | 27 void OnHeader(absl::string_view name, absl::string_view value) override { in OnHeader() function
|
H A D | spdy_no_op_visitor.h | 87 void OnHeader(absl::string_view /*key*/, in OnHeader() function
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/ |
H A D | hpack_decoder_listener.cc | 16 void HpackDecoderNoOpListener::OnHeader(absl::string_view /*name*/, in OnHeader() function in http2::HpackDecoderNoOpListener
|
H A D | hpack_decoder_test.cc | 94 void OnHeader(absl::string_view name, absl::string_view value) override { in OnHeader() function in http2::test::__anona066160e0111::HpackDecoderTest
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
H A D | quic_header_list.cc | 39 void QuicHeaderList::OnHeader(absl::string_view name, absl::string_view value) { in OnHeader() function in quic::QuicHeaderList
|
H A D | quic_header_list_test.cc | 20 TEST_F(QuicHeaderListTest, OnHeader) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/net/network_error_logging/ |
H A D | network_error_logging_test_util.cc | 15 void TestNetworkErrorLoggingService::OnHeader( in OnHeader() function in net::TestNetworkErrorLoggingService
|
H A D | network_error_logging_service.cc | 171 void OnHeader(const NetworkAnonymizationKey& network_anonymization_key, in OnHeader() function in net::__anon7e51167c0111::NetworkErrorLoggingServiceImpl
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | header_coalescer.cc | 50 void HeaderCoalescer::OnHeader(std::string_view key, absl::string_view value) { in OnHeader() function in net::HeaderCoalescer
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/ |
H A D | hpack_decoder_adapter.cc | 131 void HpackDecoderAdapter::ListenerAdapter::OnHeader(absl::string_view name, in OnHeader() function in spdy::HpackDecoderAdapter::ListenerAdapter
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | nghttp2_callbacks.cc | 181 int OnHeader(nghttp2_session* /* session */, const nghttp2_frame* frame, in OnHeader() function
|
H A D | oghttp2_session.cc | 243 void OgHttp2Session::PassthroughHeadersHandler::OnHeader( in OnHeader() function in http2::adapter::OgHttp2Session::PassthroughHeadersHandler
|