Home
last modified time | relevance | path

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

/external/cronet/net/nqe/
Dnetwork_quality_estimator.cc365 throughput_observer_list_.AddObserver(throughput_observer); in AddThroughputObserver()
371 throughput_observer_list_.RemoveObserver(throughput_observer); in RemoveThroughputObserver()
1124 for (auto& observer : throughput_observer_list_) { in AddAndNotifyObserversOfThroughput()
Dnetwork_quality_estimator.h560 base::ObserverList<ThroughputObserver>::Unchecked throughput_observer_list_; variable