Searched refs:highest_received_byte_offset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_flow_controller.h73 uint64 highest_received_byte_offset() const { function in class:net::QuicFlowController
H A Dreliable_quic_stream.cc471 uint64 bytes_to_consume = flow_controller_.highest_received_byte_offset() -
497 new_offset - flow_controller_.highest_received_byte_offset();
507 connection_flow_controller_->highest_received_byte_offset() +
H A Dquic_session.cc430 stream->flow_controller()->highest_received_byte_offset();
449 flow_controller_->highest_received_byte_offset() + offset_diff)) {
H A Dquic_session_test.cc838 stream->flow_controller()->highest_received_byte_offset());
898 session_.flow_controller()->highest_received_byte_offset());
934 session_.flow_controller()->highest_received_byte_offset());

Completed in 1921 milliseconds