Home
last modified time | relevance | path

Searched refs:QuicEpollClock (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/tools/quic/
Dquic_epoll_clock.cc12 QuicEpollClock::QuicEpollClock(EpollServer* epoll_server) in QuicEpollClock() function in net::tools::QuicEpollClock
16 QuicEpollClock::~QuicEpollClock() {} in ~QuicEpollClock()
18 QuicTime QuicEpollClock::ApproximateNow() const { in ApproximateNow()
23 QuicTime QuicEpollClock::Now() const { in Now()
Dquic_epoll_clock.h21 class QuicEpollClock : public QuicClock {
23 explicit QuicEpollClock(EpollServer* epoll_server);
24 virtual ~QuicEpollClock();
37 DISALLOW_COPY_AND_ASSIGN(QuicEpollClock);
Dquic_epoll_clock_test.cc16 QuicEpollClock clock(&epoll_server); in TEST()
29 QuicEpollClock clock(&epoll_server); in TEST()
42 QuicEpollClock clock(&epoll_server); in TEST()
Dquic_epoll_connection_helper.h50 const QuicEpollClock clock_;
Dquic_time_wait_list_manager.h167 QuicEpollClock clock_;
Dquic_server.cc77 QuicEpollClock clock(&epoll_server_); in Initialize()