Searched defs:QuicEpollClock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_epoll_clock.cc12 QuicEpollClock::QuicEpollClock(EpollServer* epoll_server) function in class:net::tools::QuicEpollClock
16 QuicEpollClock::~QuicEpollClock() {}
18 QuicTime QuicEpollClock::ApproximateNow() const {
23 QuicTime QuicEpollClock::Now() const {
H A Dquic_epoll_clock.h21 class QuicEpollClock : public QuicClock { class in namespace:net::tools
23 explicit QuicEpollClock(EpollServer* epoll_server);
24 virtual ~QuicEpollClock();
37 DISALLOW_COPY_AND_ASSIGN(QuicEpollClock);

Completed in 188 milliseconds