HomeSort by relevance Sort by last modified time
    Searched refs:sync_context_ (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/sync/internal_api/
sync_context_proxy_impl.cc 19 : sync_task_runner_(sync_task_runner), sync_context_(sync_context) {
33 sync_context_,
44 base::Bind(&SyncContext::DisconnectSyncWorker, sync_context_, type));
49 new SyncContextProxyImpl(sync_task_runner_, sync_context_));
sync_context_proxy_impl.h 56 base::WeakPtr<SyncContext> sync_context_; member in class:syncer::SyncContextProxyImpl
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
uninstall_app_task.cc 27 : sync_context_(sync_context),
93 return sync_context_->GetMetadataDatabase() &&
94 sync_context_->GetDriveService();
98 return sync_context_->GetMetadataDatabase();
103 return sync_context_->GetDriveService();
sync_engine_initializer.cc 61 : sync_context_(sync_context),
77 DCHECK(sync_context_);
78 DCHECK(sync_context_->GetDriveService());
81 if (sync_context_->GetMetadataDatabase()) {
118 sync_context_->GetDriveService()->GetAboutResource(
154 cancel_callback_ = sync_context_->GetDriveService()->SearchByTitle(
208 cancel_callback_ = sync_context_->GetDriveService()->GetRemainingFileList(
232 cancel_callback_ = sync_context_->GetDriveService()->AddNewDirectory(
262 sync_context_->GetDriveService()->RemoveResourceFromDirectory(
291 sync_context_->GetDriveService()->GetFileListInDirectory
    [all...]
list_changes_task.cc 29 : sync_context_(sync_context),
136 return sync_context_->GetMetadataDatabase() &&
137 sync_context_->GetDriveService();
141 return sync_context_->GetMetadataDatabase();
146 return sync_context_->GetDriveService();
list_changes_task.h 48 SyncEngineContext* sync_context_; member in class:sync_file_system::drive_backend::ListChangesTask
register_app_task.h 55 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::RegisterAppTask
uninstall_app_task.h 53 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::UninstallAppTask
register_app_task.cc 36 : sync_context_(sync_context),
177 return sync_context_->GetMetadataDatabase();
181 return sync_context_->GetDriveService();
sync_engine_initializer_unittest.cc 55 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
conflict_resolver.h 78 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::ConflictResolver
conflict_resolver.cc 28 : sync_context_(sync_context),
277 return sync_context_->GetDriveService() &&
278 sync_context_->GetMetadataDatabase();
320 return sync_context_->GetDriveService();
324 return sync_context_->GetMetadataDatabase();
local_to_remote_syncer.cc 79 : sync_context_(sync_context),
494 DCHECK(sync_context_->GetWorkerTaskRunner()->RunsTasksOnCurrentThread());
597 DCHECK(sync_context_->GetWorkerTaskRunner()->RunsTasksOnCurrentThread());
734 return sync_context_->GetDriveService() &&
735 sync_context_->GetDriveUploader() &&
736 sync_context_->GetMetadataDatabase();
741 return sync_context_->GetDriveService();
746 return sync_context_->GetDriveUploader();
750 return sync_context_->GetMetadataDatabase();
sync_engine_initializer.h 103 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::SyncEngineInitializer
local_to_remote_syncer.h 108 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::LocalToRemoteSyncer
remote_to_local_syncer.h 200 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::RemoteToLocalSyncer
remote_to_local_syncer.cc 96 : sync_context_(sync_context),
405 DCHECK(sync_context_->GetWorkerTaskRunner()->RunsTasksOnCurrentThread());
781 DCHECK(sync_context_->GetWorkerTaskRunner()->RunsTasksOnCurrentThread());
784 make_scoped_refptr(sync_context_->GetWorkerTaskRunner()));
800 DCHECK(sync_context_->GetWorkerTaskRunner()->RunsTasksOnCurrentThread());
844 return sync_context_->GetDriveService();
848 return sync_context_->GetMetadataDatabase();
852 DCHECK(sync_context_->GetRemoteChangeProcessor());
853 return sync_context_->GetRemoteChangeProcessor();
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc 89 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_ = new LocalFileSyncContext
357 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::LocalFileSyncContextTest
    [all...]
local_file_sync_service.cc 118 sync_service->sync_context_->set_mock_notify_changes_duration_in_sec(0);
127 sync_context_->RemoveOriginChangeObserver(this);
128 sync_context_->ShutdownOnUIThread();
136 sync_context_->MaybeInitializeFileSystemContext(
150 sync_context_->RegisterURLForWaitingSync(url, on_syncable_callback);
169 sync_context_->GetFileForLocalSync(
194 sync_context_->HasPendingLocalChanges(
210 sync_context_->PromoteDemotedChanges(iter->first, iter->second,
217 sync_context_->GetFileMetadata(origin_to_contexts_[url.origin()],
265 sync_context_->PrepareForSync
    [all...]
syncable_file_system_unittest.cc 49 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
sync_file_system_backend.h 75 LocalFileSyncContext* sync_context() { return sync_context_.get(); }
99 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::SyncFileSystemBackend
syncable_file_operation_runner_unittest.cc 70 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;
local_file_sync_service.h 227 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::LocalFileSyncService
sync_file_system_backend.cc 256 DCHECK(!sync_context_.get());
257 sync_context_ = sync_context;
local_file_change_tracker_unittest.cc 49 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

Completed in 291 milliseconds

1 2