Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_garbage_collector.cc31 context_->AddCacheObserver(this); in ReportingGarbageCollectorImpl()
84 context_->AddCacheObserver(this); in CollectGarbage()
H A Dreporting_context.cc59 void ReportingContext::AddCacheObserver(ReportingCacheObserver* observer) { in AddCacheObserver() function in net::ReportingContext
H A Dreporting_context.h61 void AddCacheObserver(ReportingCacheObserver* observer);
H A Dreporting_service.cc181 context_->AddCacheObserver(observer); in AddReportingCacheObserver()
H A Dreporting_delivery_agent.cc212 context_->AddCacheObserver(this); in ReportingDeliveryAgentImpl()
H A Dreporting_cache_unittest.cc82 context()->AddCacheObserver(&observer_); in ReportingCacheTest()