Home
last modified time | relevance | path

Searched refs:last_socket_watcher_rtt_notification_ (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/nqe/
Dnetwork_quality_estimator.cc478 last_socket_watcher_rtt_notification_ = base::TimeTicks(); in OnConnectionTypeChanged()
1079 last_socket_watcher_rtt_notification_ = tick_clock_->NowTicks(); in AddAndNotifyObserversOfRTT()
1389 return (now - last_socket_watcher_rtt_notification_ >= in ShouldSocketWatcherNotifyRTT()
Dnetwork_quality_estimator.h620 base::TimeTicks last_socket_watcher_rtt_notification_; variable