Searched defs:NotificationCollector (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path_watcher_browsertest.cc42 class NotificationCollector class in namespace:base::__anon2250
43 : public base::RefCountedThreadSafe<NotificationCollector> {
45 NotificationCollector() function in class:base::__anon2250::NotificationCollector
51 base::Bind(&NotificationCollector::RecordChange, this,
68 friend class base::RefCountedThreadSafe<NotificationCollector>;
69 ~NotificationCollector() {}
107 // NotificationCollector to aggregate the results.
110 explicit TestDelegate(NotificationCollector* collector)
124 scoped_refptr<NotificationCollector> collector_;
154 collector_ = new NotificationCollector();
[all...]

Completed in 932 milliseconds