HomeSort by relevance Sort by last modified time
    Searched defs:ThreadNotifier (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 48 ThreadNotifier::ThreadNotifier(base::Thread* notify_thread)
52 void ThreadNotifier::Notify(NotificationType type,
57 void ThreadNotifier::Notify(NotificationType type,
64 &ThreadNotifier::NotifyTask,
71 ThreadNotifier::~ThreadNotifier() {}
73 void ThreadNotifier::NotifyTask(NotificationType type,
profile_sync_test_util.h 65 class ThreadNotifier : // NOLINT
66 public base::RefCountedThreadSafe<ThreadNotifier> {
68 explicit ThreadNotifier(base::Thread* notify_thread);
77 friend class base::RefCountedThreadSafe<ThreadNotifier>;
78 virtual ~ThreadNotifier();

Completed in 35 milliseconds