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.cc100 scoped_ptr<base::Thread> sync_thread,
112 sync_thread.Pass()));
113 CHECK(registrar_->sync_thread());
139 registrar_->sync_thread()->message_loop(),
165 DCHECK(registrar_->sync_thread()->IsRunning());
166 registrar_->sync_thread()->message_loop()->PostTask(FROM_HERE,
178 registrar_->sync_thread()->message_loop()->PostTask(FROM_HERE,
185 DCHECK(registrar_->sync_thread()->IsRunning());
204 registrar_->sync_thread()->message_loop()->PostTask(FROM_HERE,
234 registrar_->sync_thread()
98 Initialize( sync_driver::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.h48 scoped_ptr<base::Thread> sync_thread);
127 base::Thread* sync_thread();
H A Dsync_backend_registrar_unittest.cc74 sync_thread_ = registrar_->sync_thread();
320 base::Thread* sync_thread = registrar->sync_thread(); local
334 sync_thread->message_loop()->PostTask(
341 sync_thread->message_loop()->RunUntilIdle();
H A Dsync_backend_host.h65 scoped_ptr<base::Thread> sync_thread,
H A Dsync_backend_host_mock.cc18 scoped_ptr<base::Thread> sync_thread,
16 Initialize( sync_driver::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.h84 scoped_ptr<base::Thread> sync_thread,
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge_unittest.cc353 base::Thread sync_thread("SyncThread");
354 sync_thread.Start();
359 sync_thread.message_loop()->PostTask(FROM_HERE,
404 sync_thread.Stop();
440 base::Thread sync_thread("SyncThread");
441 sync_thread.Start();
456 sync_thread.message_loop()->PostTask(FROM_HERE,
487 sync_thread.Stop();
/external/chromium_org/sync/sessions/
H A Dmodel_type_registry.cc81 const scoped_refptr<base::SequencedTaskRunner>& sync_thread);
93 const scoped_refptr<base::SequencedTaskRunner>& sync_thread)
94 : worker_(worker), sync_thread_(sync_thread) {
91 ModelTypeSyncWorkerWrapper( const base::WeakPtr<ModelTypeSyncWorkerImpl>& worker, const scoped_refptr<base::SequencedTaskRunner>& sync_thread) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_unittest.cc102 scoped_ptr<base::Thread> sync_thread,
122 scoped_ptr<base::Thread> sync_thread,
133 SyncBackendHostMock::Initialize(frontend, sync_thread.Pass(),

Completed in 193 milliseconds