Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher_unittest.cc51 class NotificationCollector class
52 : public base::RefCountedThreadSafe<NotificationCollector> {
54 NotificationCollector() : task_runner_(base::ThreadTaskRunnerHandle::Get()) {} in NotificationCollector() function in base::__anond74f492a0111::NotificationCollector
59 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 …]