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

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.cc 66 sync_thread_ = sync_thread.Pass();
67 if (!sync_thread_) {
68 sync_thread_.reset(new base::Thread("Chrome_SyncThread"));
71 CHECK(sync_thread_->StartWithOptions(options));
87 new syncer::PassiveModelWorker(sync_thread_->message_loop(), this);
355 return sync_thread_.Pass();
373 return sync_thread_.get();
sync_backend_registrar_unittest.cc 63 : sync_thread_(NULL),
74 sync_thread_ = registrar_->sync_thread();
80 sync_thread_->message_loop()->PostTask(
84 sync_thread_->message_loop()->RunUntilIdle();
108 base::Thread* sync_thread_; member in class:browser_sync::__anon9398::SyncBackendRegistrarTest
sync_backend_registrar.h 121 // Release ownership of |sync_thread_|. Called when sync is disabled.
187 // Declare |sync_thread_| at the end so that it will be destroyed before
191 scoped_ptr<base::Thread> sync_thread_; member in class:browser_sync::SyncBackendRegistrar
  /external/chromium_org/components/sync_driver/
non_blocking_data_type_controller_unittest.cc 127 sync_thread_(new base::TestSimpleTaskRunner()),
129 mock_context_proxy_(&mock_sync_context_, model_thread_, sync_thread_),
180 void RunQueuedSyncThreadTasks() { sync_thread_->RunUntilIdle(); }
189 scoped_refptr<base::TestSimpleTaskRunner> sync_thread_; member in class:sync_driver::NonBlockingDataTypeControllerTest
  /external/chromium_org/sync/sessions/
model_type_registry.cc 88 scoped_refptr<base::SequencedTaskRunner> sync_thread_; member in class:syncer::__anon15432::ModelTypeSyncWorkerWrapper
94 : worker_(worker), sync_thread_(sync_thread) {
102 sync_thread_->PostTask(
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 529 sync_thread_.Pass(),
810 if (sync_thread_)
811 sync_thread_->Stop();
849 sync_thread_ = doomed_backend->Shutdown(reason);
    [all...]
profile_sync_service.h 1098 scoped_ptr<base::Thread> sync_thread_; member in class:ProfileSyncService
    [all...]

Completed in 667 milliseconds