OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetSendAlgorithm
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/test_tools/
quic_sent_packet_manager_peer.cc
16
void QuicSentPacketManagerPeer::
SetSendAlgorithm
(
quic_connection_peer.cc
34
void QuicConnectionPeer::
SetSendAlgorithm
(
/external/chromium_org/net/quic/
quic_http_stream_test.cc
61
void
SetSendAlgorithm
(SendAlgorithmInterface* send_algorithm) {
62
QuicConnectionPeer::
SetSendAlgorithm
(this, send_algorithm);
209
connection_->
SetSendAlgorithm
(send_algorithm_);
quic_connection_test.cc
404
void
SetSendAlgorithm
(SendAlgorithmInterface* send_algorithm) {
405
QuicConnectionPeer::
SetSendAlgorithm
(this, send_algorithm);
518
connection_.
SetSendAlgorithm
(send_algorithm_);
[
all
...]
Completed in 1385 milliseconds