Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dwindow_manager.h64 void IncreaseWindow(int64_t delta) { window_ += delta; } in IncreaseWindow() function
H A Dwindow_manager_test.cc199 TEST_F(WindowManagerTest, IncreaseWindow) { in TEST_F() argument