Searched refs:QuicEpollClock (Results 1 - 6 of 6) 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);
H A Dquic_epoll_clock_test.cc16 QuicEpollClock clock(&epoll_server);
29 QuicEpollClock clock(&epoll_server);
42 QuicEpollClock clock(&epoll_server);
H A Dquic_epoll_connection_helper.h50 const QuicEpollClock clock_;
H A Dquic_time_wait_list_manager.h167 QuicEpollClock clock_;
H A Dquic_server.cc77 QuicEpollClock clock(&epoll_server_);

Completed in 1041 milliseconds