Searched refs:ThreadNotifier (Results 1 – 4 of 4) sorted by relevance
48 ThreadNotifier::ThreadNotifier(base::Thread* notify_thread) in ThreadNotifier() function in ThreadNotifier52 void ThreadNotifier::Notify(NotificationType type, in Notify()57 void ThreadNotifier::Notify(NotificationType type, in Notify()64 &ThreadNotifier::NotifyTask, in Notify()71 ThreadNotifier::~ThreadNotifier() {} in ~ThreadNotifier()73 void ThreadNotifier::NotifyTask(NotificationType type, in NotifyTask()
65 class ThreadNotifier : // NOLINT66 public base::RefCountedThreadSafe<ThreadNotifier> {68 explicit ThreadNotifier(base::Thread* notify_thread);77 friend class base::RefCountedThreadSafe<ThreadNotifier>;78 virtual ~ThreadNotifier();
436 scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&history_thread_)); in TEST_F()469 scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&history_thread_)); in TEST_F()504 scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&history_thread_)); in TEST_F()538 scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&history_thread_)); in TEST_F()
880 scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&db_thread_)); in TEST_F()909 scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&db_thread_)); in TEST_F()943 scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&db_thread_)); in TEST_F()973 scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&db_thread_)); in TEST_F()1011 scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&db_thread_)); in TEST_F()1038 scoped_refptr<ThreadNotifier> notifier(new ThreadNotifier(&db_thread_)); in TEST_F()