Searched refs:NotificationCollector (Results 1 – 2 of 2) sorted by relevance
40 class NotificationCollector class41 : public base::RefCountedThreadSafe<NotificationCollector> {43 NotificationCollector() in NotificationCollector() function in base::files::__anon64d912ca0111::NotificationCollector50 &NotificationCollector::RecordChange, in OnChange()96 explicit TestDelegate(NotificationCollector* collector) in TestDelegate()110 scoped_refptr<NotificationCollector> collector_;157 collector_ = new NotificationCollector(); in SetUp()196 NotificationCollector* collector() { return collector_.get(); } in collector()201 scoped_refptr<NotificationCollector> collector_;
42 class NotificationCollector class43 : public base::RefCountedThreadSafe<NotificationCollector> {45 NotificationCollector() in NotificationCollector() function in base::__anon7be728110111::NotificationCollector51 base::Bind(&NotificationCollector::RecordChange, this, in OnChange()68 friend class base::RefCountedThreadSafe<NotificationCollector>;69 ~NotificationCollector() {} in ~NotificationCollector()110 explicit TestDelegate(NotificationCollector* collector) in TestDelegate()124 scoped_refptr<NotificationCollector> collector_;154 collector_ = new NotificationCollector(); in SetUp()191 NotificationCollector* collector() { return collector_.get(); } in collector()[all …]