Home | Sort by relevance Sort by last modified time |
/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...] |