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

  /external/chromium_org/net/quic/congestion_control/
inter_arrival_bitrate_ramp_up.cc 33 epoch_(QuicTime::Zero()),
40 epoch_ = clock_->ApproximateNow();
41 last_update_time_ = epoch_;
93 epoch_ = clock_->ApproximateNow();
94 last_update_time_ = epoch_;
106 DCHECK(epoch_.IsInitialized());
121 epoch_ = epoch_.Add(time_from_last_update);
128 QuicTime::Delta time_from_epoch = current_time.Subtract(epoch_);
151 epoch_ = clock_->ApproximateNow()
    [all...]
cubic.cc 78 epoch_(QuicTime::Zero()),
112 epoch_ = QuicTime::Zero(); // Reset time.
133 epoch_ = QuicTime::Zero(); // Reset time.
152 if (!epoch_.IsInitialized()) {
155 epoch_ = current_time; // Start of epoch.
173 (current_time.Add(delay_min).Subtract(epoch_).ToMicroseconds() << 10) /
cubic.h 55 QuicTime epoch_; member in class:net::Cubic
inter_arrival_bitrate_ramp_up.h 53 QuicTime epoch_; member in class:net::InterArrivalBitrateRampUp

Completed in 653 milliseconds