Searched refs:send_window_offset_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_flow_controller.cc29 send_window_offset_(send_window_offset),
38 << ", setting send window offset to: " << send_window_offset_; local
79 if (bytes_sent_ + bytes_sent > send_window_offset_) {
82 << ", and send_window_offset_ = " << send_window_offset_; local
83 bytes_sent_ = send_window_offset_;
144 last_blocked_send_window_offset_ < send_window_offset_) {
148 << ", send limit: " << send_window_offset_; local
155 last_blocked_send_window_offset_ = send_window_offset_;
165 if (new_send_window_offset <= send_window_offset_) {
[all...]
H A Dquic_flow_controller.h50 // Returns true if this increases send_window_offset_ and is now blocked.
111 uint64 send_window_offset_; member in class:net::QuicFlowController
/external/chromium_org/net/quic/test_tools/
H A Dquic_flow_controller_peer.cc19 flow_controller->send_window_offset_ = offset;
38 return flow_controller->send_window_offset_;

Completed in 1145 milliseconds