Home
last modified time | relevance | path

Searched refs:UpdateHeaderDecoderTableSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/spdy/
H A Dbuffered_spdy_framer.h217 void UpdateHeaderDecoderTableSize(uint32_t value);
H A Dbuffered_spdy_framer.cc229 void BufferedSpdyFramer::UpdateHeaderDecoderTableSize(uint32_t value) { in UpdateHeaderDecoderTableSize() function in net::BufferedSpdyFramer
H A Dspdy_session.cc1553 buffered_spdy_framer_->UpdateHeaderDecoderTableSize(max_header_table_size_); in InitializeInternal()