Home
last modified time | relevance | path

Searched defs:GetRemoteWindowSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dnghttp2_session.cc52 int NgHttp2Session::GetRemoteWindowSize() const { in GetRemoteWindowSize() function in http2::adapter::NgHttp2Session
H A Doghttp2_session.h172 int GetRemoteWindowSize() const override { return connection_send_window_; } in GetRemoteWindowSize() function