Searched refs:ApproximateNow (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_clock.cc16 QuicTime QuicClock::ApproximateNow() const { function in class:net::QuicClock
17 // At the moment, Chrome does not have a distinct notion of ApproximateNow().
H A Dquic_clock.h24 virtual QuicTime ApproximateNow() const;
H A Dquic_clock_test.cc16 QuicTime now = clock.ApproximateNow();
H A Dquic_sent_packet_manager_test.cc229 manager_.OnPacketSent(sequence_number, clock_.ApproximateNow(),
241 manager_.OnPacketSent(sequence_number, clock_.ApproximateNow(),
356 manager_.OnIncomingAck(ack_frame, clock_.ApproximateNow());
380 manager_.OnIncomingAck(ack_frame, clock_.ApproximateNow());
396 manager_.OnPacketSent(2, clock_.ApproximateNow(), kDefaultLength,
405 manager_.OnIncomingAck(ack_frame, clock_.ApproximateNow());
416 manager_.OnIncomingAck(ack_frame, clock_.ApproximateNow());
420 manager_.OnIncomingAck(ack_frame, clock_.ApproximateNow());
424 manager_.OnIncomingAck(ack_frame, clock_.ApproximateNow());
455 manager_.OnIncomingAck(ack_frame, clock_.ApproximateNow());
[all...]
H A Dquic_time_wait_list_manager.cc121 helper_->GetClock()->ApproximateNow(),
250 QuicTime now = helper_->GetClock()->ApproximateNow();
269 QuicTime now = helper_->GetClock()->ApproximateNow();
H A Dquic_time_test.cc125 QuicTime now = clock_.ApproximateNow();
131 now = clock_.ApproximateNow();
H A Dquic_connection.cc191 : framer_(supported_versions, helper->GetClock()->ApproximateNow(),
224 ? QuicTime::Zero() : clock_->ApproximateNow()),
227 ? QuicTime::Zero() : clock_->ApproximateNow()),
249 timeout_alarm_->Set(clock_->ApproximateNow().Add(idle_network_timeout_));
252 stats_.connection_creation_time = clock_->ApproximateNow();
886 ack_alarm_->Set(clock_->ApproximateNow().Add(delayed_ack_time));
912 outgoing_ack, clock_->ApproximateNow());
1191 resume_writes_alarm_->Set(clock_->ApproximateNow());
1534 visitor_->OnCongestionWindowChange(clock_->ApproximateNow());
1906 QuicTime now = clock_->ApproximateNow();
[all...]
H A Dquic_sent_packet_manager.cc186 clock_->ApproximateNow());
777 return clock_->ApproximateNow().Add(GetCryptoRetransmissionDelay());
787 return QuicTime::Max(clock_->ApproximateNow(), tlp_time);
H A Dquic_dispatcher.cc343 delete_sessions_alarm_->Set(helper_->GetClock()->ApproximateNow());
H A Dquic_connection_test.cc2034 connection_.GetResumeWritesAlarm()->Set(clock_.ApproximateNow());
2035 connection_.GetSendAlarm()->Set(clock_.ApproximateNow());
2291 QuicTime default_retransmission_time = clock_.ApproximateNow().Add(
2310 QuicTime default_retransmission_time = clock_.ApproximateNow().Add(
2569 EXPECT_LT(retransmission_alarm->deadline(), clock_.ApproximateNow());
2657 QuicTime default_timeout = clock_.ApproximateNow().Add(
2694 QuicTime overall_timeout = clock_.ApproximateNow().Add(
2734 EXPECT_EQ(clock_.ApproximateNow().Add(QuicTime::Delta::FromSeconds(15)),
2747 EXPECT_EQ(clock_.ApproximateNow().Add(QuicTime::Delta::FromSeconds(15))
2774 QuicTime default_timeout = clock_.ApproximateNow()
[all...]
/external/chromium_org/net/tools/quic/
H A Dquic_epoll_clock.cc18 QuicTime QuicEpollClock::ApproximateNow() const { function in class:net::tools::QuicEpollClock
H A Dquic_epoll_clock.h27 virtual QuicTime ApproximateNow() const OVERRIDE;
H A Dquic_epoll_clock_test.cc20 clock.ApproximateNow().Subtract(QuicTime::Zero()).ToMicroseconds());
24 clock.ApproximateNow().Subtract(QuicTime::Zero()).ToMicroseconds());
H A Dquic_time_wait_list_manager.cc123 ConnectionIdData data(num_packets, version, clock_.ApproximateNow(),
256 QuicTime now = clock_.ApproximateNow();
275 QuicTime now = clock_.ApproximateNow();
/external/chromium_org/net/quic/test_tools/
H A Dmock_clock.h25 virtual QuicTime ApproximateNow() const OVERRIDE;
H A Dmock_clock.cc23 QuicTime MockClock::ApproximateNow() const { function in class:net::MockClock
/external/chromium_org/net/quic/congestion_control/
H A Dhybrid_slow_start.cc57 round_start_ = last_close_ack_pair_time_ = clock_->ApproximateNow();
78 QuicTime current_time = clock_->ApproximateNow();
H A Dcubic.cc109 QuicTime current_time = clock_->ApproximateNow();
/external/chromium_org/net/tools/quic/test_tools/
H A Dpacket_dropping_test_writer.cc97 write_unblocked_alarm_->Set(clock_->ApproximateNow());
110 QuicTime send_time = clock_->ApproximateNow().Add(fake_packet_delay_);
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.cc739 key_exchange, rand, clock->ApproximateNow(), public_value,

Completed in 175 milliseconds