Searched defs:SetFromConfig (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dpacing_sender.cc24 void PacingSender::SetFromConfig(const QuicConfig& config, bool is_server) { function in class:net::PacingSender
27 sender_->SetFromConfig(config, is_server);
H A Dtcp_cubic_sender.cc60 void TcpCubicSender::SetFromConfig(const QuicConfig& config, bool is_server) { function in class:net::TcpCubicSender
/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.cc95 void QuicSentPacketManager::SetFromConfig(const QuicConfig& config) { function in class:net::QuicSentPacketManager
137 send_algorithm_->SetFromConfig(config, is_server_);
H A Dquic_connection.cc269 void QuicConnection::SetFromConfig(const QuicConfig& config) { function in class:net::QuicConnection
271 sent_packet_manager_.SetFromConfig(config);

Completed in 88 milliseconds