Searched defs:sync_context_ (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/sync/internal_api/
H A Dsync_context_proxy_impl.h56 base::WeakPtr<SyncContext> sync_context_; member in class:syncer::SyncContextProxyImpl
H A Dsync_manager_impl.h294 scoped_ptr<SyncContext> sync_context_; member in class:syncer::SyncManagerImpl
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dconflict_resolver.h78 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::ConflictResolver
H A Dlist_changes_task.h48 SyncEngineContext* sync_context_; member in class:sync_file_system::drive_backend::ListChangesTask
H A Dregister_app_task.h55 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::RegisterAppTask
H A Duninstall_app_task.h53 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::UninstallAppTask
H A Dsync_engine_initializer.h103 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::SyncEngineInitializer
H A Dlocal_to_remote_syncer.h108 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::LocalToRemoteSyncer
H A Dremote_to_local_syncer.h200 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::RemoteToLocalSyncer
H A Dsync_engine_initializer_unittest.cc55 sync_context_.reset(new SyncEngineContext(
72 sync_context_.reset();
82 new SyncEngineInitializer(sync_context_.get(),
135 sync_context_->GetDriveService()->AddNewDirectory(
151 sync_context_->GetDriveService()->RemoveResourceFromDirectory(
185 sync_context_->GetDriveService()->GetFileResource(
205 sync_context_->GetDriveService()->AddResourceToDirectory(
219 scoped_ptr<SyncEngineContext> sync_context_; member in class:sync_file_system::drive_backend::SyncEngineInitializerTest
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsync_file_system_backend.h75 LocalFileSyncContext* sync_context() { return sync_context_.get(); }
99 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::SyncFileSystemBackend
H A Dlocal_file_sync_service.h227 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::LocalFileSyncService
H A Dlocal_file_change_tracker_unittest.cc49 sync_context_ =
56 file_system_.MaybeInitializeFileSystemContext(sync_context_.get()));
60 if (sync_context_.get())
61 sync_context_->ShutdownOnUIThread();
62 sync_context_ = NULL;
119 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::LocalFileChangeTrackerTest
H A Dsyncable_file_operation_runner_unittest.cc70 sync_context_ = new LocalFileSyncContext(
77 file_system_.MaybeInitializeFileSystemContext(sync_context_.get()));
85 if (sync_context_.get())
86 sync_context_->ShutdownOnUIThread();
87 sync_context_ = NULL;
146 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::SyncableFileOperationRunnerTest
348 sync_context_->ShutdownOnUIThread();
349 sync_context_ = NULL;
H A Dsyncable_file_system_unittest.cc49 sync_context_ =
56 file_system_.MaybeInitializeFileSystemContext(sync_context_.get()));
60 if (sync_context_.get())
61 sync_context_->ShutdownOnUIThread();
62 sync_context_ = NULL;
107 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::SyncableFileSystemTest
H A Dlocal_file_sync_context_unittest.cc89 sync_context_->PrepareForSync(
156 sync_context_->ApplyRemoteChange(
169 sync_context_->FinalizeExclusiveSync(
219 sync_context_->FinalizeSnapshotSync(
223 sync_context_->FinalizeExclusiveSync(
237 sync_context_ = new LocalFileSyncContext(
242 sync_context_.get()));
276 sync_context_->ShutdownOnUIThread();
277 sync_context_ = NULL;
289 sync_context_
357 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::LocalFileSyncContextTest
[all...]

Completed in 131 milliseconds