Searched refs:GetClock (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection_helper.h40 virtual const QuicClock* GetClock() const OVERRIDE;
H A Dquic_connection_helper.cc106 const QuicClock* QuicConnectionHelper::GetClock() const { function in class:net::QuicConnectionHelper
H A Dquic_connection_helper_test.cc45 TEST_F(QuicConnectionHelperTest, GetClock) {
46 EXPECT_EQ(&clock_, helper_.GetClock());
148 const QuicClock* clock = helper_.GetClock();
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_server.cc57 helper_.GetClock(),
H A Dquic_dispatcher.cc343 delete_sessions_alarm_->Set(helper_->GetClock()->ApproximateNow());
H A Dquic_connection.h219 virtual const QuicClock* GetClock() const = 0;
H A Dquic_connection.cc191 : framer_(supported_versions, helper->GetClock()->ApproximateNow(),
197 clock_(helper->GetClock()),
H A Dquic_connection_test.cc253 virtual const QuicClock* GetClock() const OVERRIDE {
/external/chromium_org/net/tools/quic/
H A Dquic_epoll_connection_helper.h39 virtual const QuicClock* GetClock() const OVERRIDE;
H A Dquic_epoll_connection_helper_test.cc41 TEST_F(QuicEpollConnectionHelperTest, GetClock) {
42 const QuicClock* clock = helper_.GetClock();
60 const QuicClock* clock = helper_.GetClock();
73 const QuicClock* clock = helper_.GetClock();
88 const QuicClock* clock = helper_.GetClock();
110 const QuicClock* clock = helper_.GetClock();
H A Dquic_epoll_connection_helper.cc74 const QuicClock* QuicEpollConnectionHelper::GetClock() const { function in class:net::tools::QuicEpollConnectionHelper
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.cc423 GetClock();
444 GetClock();
H A Dpacket_dropping_test_writer.cc68 clock_ = helper->GetClock();
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.cc208 const QuicClock* MockHelper::GetClock() const { function in class:net::test::MockHelper
H A Dquic_test_utils.h258 virtual const QuicClock* GetClock() const OVERRIDE;

Completed in 1175 milliseconds