Searched defs:UpdateSendWindowOffset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_flow_controller.cc159 bool QuicFlowController::UpdateSendWindowOffset(uint64 new_send_window_offset) { function in class:net::QuicFlowController
169 DVLOG(1) << ENDPOINT << "UpdateSendWindowOffset for stream " << id_
H A Dreliable_quic_stream.cc482 if (flow_controller_.UpdateSendWindowOffset(frame.byte_offset)) {
535 void ReliableQuicStream::UpdateSendWindowOffset(uint64 new_window) { function in class:net::ReliableQuicStream
536 if (flow_controller_.UpdateSendWindowOffset(new_window)) {

Completed in 94 milliseconds