Home
last modified time | relevance | path

Searched refs:InterArrivalState (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
Dinter_arrival_state_machine.h32 enum NET_EXPORT_PRIVATE InterArrivalState { enum
54 InterArrivalState GetInterArrivalState();
75 InterArrivalState current_state_;
Dinter_arrival_state_machine.cc36 InterArrivalState InterArrivalStateMachine::GetInterArrivalState() { in GetInterArrivalState()
Dinter_arrival_sender.cc153 InterArrivalState state = state_machine_->GetInterArrivalState(); in OnIncomingQuicCongestionFeedbackFrame()