Searched refs:sync_thread (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl.cc75 scoped_ptr<base::Thread> sync_thread,
87 sync_thread.Pass()));
88 CHECK(registrar_->sync_thread());
114 registrar_->sync_thread()->message_loop(),
140 DCHECK(registrar_->sync_thread()->IsRunning());
141 registrar_->sync_thread()->message_loop()->PostTask(FROM_HERE,
153 registrar_->sync_thread()->message_loop()->PostTask(FROM_HERE,
160 DCHECK(registrar_->sync_thread()->IsRunning());
179 registrar_->sync_thread()->message_loop()->PostTask(FROM_HERE,
209 registrar_->sync_thread()
73 Initialize( SyncFrontend* frontend, scoped_ptr<base::Thread> sync_thread, const syncer::WeakHandle<syncer::JsEventHandler>& event_handler, const GURL& sync_service_url, const syncer::SyncCredentials& credentials, bool delete_sync_data_folder, scoped_ptr<syncer::SyncManagerFactory> sync_manager_factory, scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler, syncer::ReportUnrecoverableErrorFunction report_unrecoverable_error_function, syncer::NetworkResources* network_resources) argument
[all...]
H A Dsync_backend_registrar.h45 scoped_ptr<base::Thread> sync_thread);
124 base::Thread* sync_thread();
H A Dsync_backend_host.h62 scoped_ptr<base::Thread> sync_thread,
H A Dsync_backend_host_mock.cc16 scoped_ptr<base::Thread> sync_thread,
14 Initialize( SyncFrontend* frontend, scoped_ptr<base::Thread> sync_thread, const syncer::WeakHandle<syncer::JsEventHandler>& event_handler, const GURL& service_url, const syncer::SyncCredentials& credentials, bool delete_sync_data_folder, scoped_ptr<syncer::SyncManagerFactory> sync_manager_factory, scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler, syncer::ReportUnrecoverableErrorFunction report_unrecoverable_error_function, syncer::NetworkResources* network_resources) argument
H A Dsync_backend_host_mock.h30 scoped_ptr<base::Thread> sync_thread,
H A Dsync_backend_registrar.cc60 scoped_ptr<base::Thread> sync_thread) :
66 sync_thread_ = sync_thread.Pass();
372 base::Thread* SyncBackendRegistrar::sync_thread() { function in class:browser_sync::SyncBackendRegistrar
57 SyncBackendRegistrar( const std::string& name, Profile* profile, scoped_ptr<base::Thread> sync_thread) argument
H A Dsync_backend_host_impl.h80 scoped_ptr<base::Thread> sync_thread,
H A Dsync_backend_registrar_unittest.cc76 sync_thread_ = registrar_->sync_thread();
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge_unittest.cc354 base::Thread sync_thread("SyncThread");
355 sync_thread.Start();
360 sync_thread.message_loop()->PostTask(FROM_HERE,
405 sync_thread.Stop();
441 base::Thread sync_thread("SyncThread");
442 sync_thread.Start();
457 sync_thread.message_loop()->PostTask(FROM_HERE,
488 sync_thread.Stop();
/external/kernel-headers/original/linux/raid/
H A Dmd_k.h150 struct mdk_thread_s *sync_thread; /* doing resync or reconstruct */ member in struct:mddev_s
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_unittest.cc61 scoped_ptr<base::Thread> sync_thread,

Completed in 276 milliseconds