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

  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 14 ThreadNotificationService::ThreadNotificationService(
19 void ThreadNotificationService::Init() {
23 NewRunnableMethod(this, &ThreadNotificationService::InitTask));
27 void ThreadNotificationService::TearDown() {
32 &ThreadNotificationService::TearDownTask));
36 ThreadNotificationService::~ThreadNotificationService() {}
38 void ThreadNotificationService::InitTask() {
43 void ThreadNotificationService::TearDownTask()
    [all...]
profile_sync_test_util.h 45 class ThreadNotificationService
46 : public base::RefCountedThreadSafe<ThreadNotificationService> {
48 explicit ThreadNotificationService(base::Thread* notification_thread);
54 friend class base::RefCountedThreadSafe<ThreadNotificationService>;
55 virtual ~ThreadNotificationService();

Completed in 156 milliseconds