Home
last modified time | relevance | path

Searched refs:ThreadNotificationService (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_test_util.cc14 ThreadNotificationService::ThreadNotificationService( in ThreadNotificationService() function in ThreadNotificationService
19 void ThreadNotificationService::Init() { in Init()
23 NewRunnableMethod(this, &ThreadNotificationService::InitTask)); in Init()
27 void ThreadNotificationService::TearDown() { in TearDown()
32 &ThreadNotificationService::TearDownTask)); in TearDown()
36 ThreadNotificationService::~ThreadNotificationService() {} in ~ThreadNotificationService()
38 void ThreadNotificationService::InitTask() { in InitTask()
43 void ThreadNotificationService::TearDownTask() { in TearDownTask()
Dprofile_sync_test_util.h45 class ThreadNotificationService
46 : public base::RefCountedThreadSafe<ThreadNotificationService> {
48 explicit ThreadNotificationService(base::Thread* notification_thread);
54 friend class base::RefCountedThreadSafe<ThreadNotificationService>;
55 virtual ~ThreadNotificationService();
Dprofile_sync_service_typed_url_unittest.cc142 new ThreadNotificationService(&history_thread_); in SetUp()
282 scoped_refptr<ThreadNotificationService> notification_service_;
Dprofile_sync_service_password_unittest.cc161 notification_service_ = new ThreadNotificationService(&db_thread_); in SetUp()
306 scoped_refptr<ThreadNotificationService> notification_service_;
Dprofile_sync_service_autofill_unittest.cc280 notification_service_ = new ThreadNotificationService(&db_thread_); in SetUp()
463 scoped_refptr<ThreadNotificationService> notification_service_;