Searched refs:NotificationCollector (Results 1 – 1 of 1) sorted by relevance
51 class NotificationCollector class52 : public base::RefCountedThreadSafe<NotificationCollector> {54 NotificationCollector() : task_runner_(base::ThreadTaskRunnerHandle::Get()) {} in NotificationCollector() function in base::__anond74f492a0111::NotificationCollector59 FROM_HERE, base::Bind(&NotificationCollector::RecordChange, this, in OnChange()76 friend class base::RefCountedThreadSafe<NotificationCollector>;77 ~NotificationCollector() {} in ~NotificationCollector()118 explicit TestDelegate(NotificationCollector* collector) in TestDelegate()132 scoped_refptr<NotificationCollector> collector_;161 collector_ = new NotificationCollector(); in SetUp()197 NotificationCollector* collector() { return collector_.get(); } in collector()[all …]