Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/
Dprofile_sync_test_util.cc48 ThreadNotifier::ThreadNotifier(base::Thread* notify_thread) in ThreadNotifier() function in ThreadNotifier
52 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()
Dprofile_sync_test_util.h65 class ThreadNotifier : // NOLINT
66 public base::RefCountedThreadSafe<ThreadNotifier> {
68 explicit ThreadNotifier(base::Thread* notify_thread);
77 friend class base::RefCountedThreadSafe<ThreadNotifier>;
78 virtual ~ThreadNotifier();
Dprofile_sync_service_typed_url_unittest.cc436 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()
Dprofile_sync_service_autofill_unittest.cc880 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()