Searched refs:RemoveCacheObserver (Results 1 – 6 of 6) sorted by relevance
37 context_->RemoveCacheObserver(this); in ~ReportingGarbageCollectorImpl()78 context_->RemoveCacheObserver(this); in CollectGarbage()
64 void ReportingContext::RemoveCacheObserver(ReportingCacheObserver* observer) { in RemoveCacheObserver() function in net::ReportingContext
62 void RemoveCacheObserver(ReportingCacheObserver* observer);
185 context_->RemoveCacheObserver(observer); in RemoveReportingCacheObserver()
222 context_->RemoveCacheObserver(this); in ~ReportingDeliveryAgentImpl()
85 ~ReportingCacheTest() override { context()->RemoveCacheObserver(&observer_); } in ~ReportingCacheTest()