Searched refs:last_blocked_send_window_offset_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_flow_controller.cc32 last_blocked_send_window_offset_(0) {
144 last_blocked_send_window_offset_ < send_window_offset_) {
155 last_blocked_send_window_offset_ = send_window_offset_;
H A Dquic_flow_controller.h122 uint64 last_blocked_send_window_offset_; member in class:net::QuicFlowController

Completed in 368 milliseconds