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

  /external/chromium_org/chrome/browser/sync/
profile_sync_test_util.cc 16 ThreadNotifier::ThreadNotifier(base::Thread* notify_thread)
20 void ThreadNotifier::Notify(int type,
25 void ThreadNotifier::Notify(int type,
31 base::Bind(&ThreadNotifier::NotifyTask, this, type, source, details));
35 ThreadNotifier::~ThreadNotifier() {}
37 void ThreadNotifier::NotifyTask(int type,
profile_sync_test_util.h 44 class ThreadNotifier : // NOLINT
45 public base::RefCountedThreadSafe<ThreadNotifier> {
47 explicit ThreadNotifier(base::Thread* notify_thread);
56 friend class base::RefCountedThreadSafe<ThreadNotifier>;
57 virtual ~ThreadNotifier();

Completed in 43 milliseconds