HomeSort by relevance Sort by last modified time
    Searched refs:bandwidth_estimate_sent_to_client_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/
quic_server_session.cc 22 bandwidth_estimate_sent_to_client_(QuicBandwidth::Zero()),
97 bandwidth_estimate_sent_to_client_.ToBitsPerSecond());
103 0.5 * bandwidth_estimate_sent_to_client_.ToBitsPerSecond();
108 bandwidth_estimate_sent_to_client_ = new_bandwidth_estimate;
110 << bandwidth_estimate_sent_to_client_.ToKBytesPerSecond();
120 bandwidth_estimate_sent_to_client_.ToBytesPerSecond());
quic_server_session.h 95 QuicBandwidth bandwidth_estimate_sent_to_client_; member in class:net::QuicServerSession
  /external/chromium_org/net/tools/quic/
quic_server_session.cc 22 bandwidth_estimate_sent_to_client_(QuicBandwidth::Zero()),
97 bandwidth_estimate_sent_to_client_.ToBitsPerSecond());
103 0.5 * bandwidth_estimate_sent_to_client_.ToBitsPerSecond();
108 bandwidth_estimate_sent_to_client_ = new_bandwidth_estimate;
110 << bandwidth_estimate_sent_to_client_.ToKBytesPerSecond();
120 bandwidth_estimate_sent_to_client_.ToBytesPerSecond());
quic_server_session.h 96 QuicBandwidth bandwidth_estimate_sent_to_client_; member in class:net::tools::QuicServerSession

Completed in 57 milliseconds