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

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.h 118 // Release ownership of |sync_thread_|. Called when sync is disabled.
183 // Declare |sync_thread_| at the end so that it will be destroyed before
187 scoped_ptr<base::Thread> sync_thread_; member in class:browser_sync::SyncBackendRegistrar
sync_backend_registrar_unittest.cc 61 sync_thread_(NULL),
76 sync_thread_ = registrar_->sync_thread();
82 sync_thread_->message_loop()->PostTask(
86 sync_thread_->message_loop()->RunUntilIdle();
114 base::Thread* sync_thread_; member in class:browser_sync::__anon5706::SyncBackendRegistrarTest
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 1018 scoped_ptr<base::Thread> sync_thread_; member in class:ProfileSyncService
    [all...]

Completed in 2526 milliseconds