HomeSort by relevance Sort by last modified time
    Searched full:sync_context_ (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc 87 sync_context_->PrepareForSync(
154 sync_context_->ApplyRemoteChange(
167 sync_context_->FinalizeExclusiveSync(
217 sync_context_->FinalizeSnapshotSync(
221 sync_context_->FinalizeExclusiveSync(
234 sync_context_ = new LocalFileSyncContext(
238 sync_context_.get()));
272 sync_context_->ShutdownOnUIThread();
273 sync_context_ = NULL;
284 sync_context_ = new LocalFileSyncContext
352 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::LocalFileSyncContextTest
    [all...]
local_file_sync_service.cc 101 sync_context_(new LocalFileSyncContext(
108 sync_context_->AddOriginChangeObserver(this);
116 sync_context_->RemoveOriginChangeObserver(this);
117 sync_context_->ShutdownOnUIThread();
125 sync_context_->MaybeInitializeFileSystemContext(
139 sync_context_->RegisterURLForWaitingSync(url, on_syncable_callback);
158 sync_context_->GetFileForLocalSync(
183 sync_context_->HasPendingLocalChanges(
190 sync_context_->GetFileMetadata(origin_to_contexts_[url.origin()],
238 sync_context_->PrepareForSync
    [all...]
syncable_file_system_unittest.cc 46 sync_context_ =
52 file_system_.MaybeInitializeFileSystemContext(sync_context_.get()));
56 if (sync_context_.get())
57 sync_context_->ShutdownOnUIThread();
58 sync_context_ = NULL;
104 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::SyncableFileSystemTest
sync_file_system_backend.h 65 LocalFileSyncContext* sync_context() { return sync_context_.get(); }
89 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::SyncFileSystemBackend
syncable_file_operation_runner_unittest.cc 63 sync_context_ = new LocalFileSyncContext(
69 file_system_.MaybeInitializeFileSystemContext(sync_context_.get()));
77 if (sync_context_.get())
78 sync_context_->ShutdownOnUIThread();
79 sync_context_ = NULL;
137 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::SyncableFileOperationRunnerTest
336 sync_context_->ShutdownOnUIThread();
337 sync_context_ = NULL;
sync_file_system_backend.cc 222 DCHECK(!sync_context_);
223 sync_context_ = sync_context;
local_file_change_tracker_unittest.cc 45 sync_context_ =
51 file_system_.MaybeInitializeFileSystemContext(sync_context_.get()));
55 if (sync_context_.get())
56 sync_context_->ShutdownOnUIThread();
57 sync_context_ = NULL;
113 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::LocalFileChangeTrackerTest
local_file_sync_service.h 221 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::LocalFileSyncService
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
uninstall_app_task.cc 27 : sync_context_(sync_context),
85 return sync_context_->GetMetadataDatabase() &&
86 sync_context_->GetDriveService();
90 return sync_context_->GetMetadataDatabase();
95 return sync_context_->GetDriveService();
list_changes_task.cc 40 : sync_context_(sync_context),
108 return sync_context_->GetMetadataDatabase() &&
109 sync_context_->GetDriveService();
113 return sync_context_->GetMetadataDatabase();
118 return sync_context_->GetDriveService();
list_changes_task.h 46 SyncEngineContext* sync_context_; member in class:sync_file_system::drive_backend::ListChangesTask
conflict_resolver.cc 24 : sync_context_(sync_context),
229 return sync_context_->GetDriveService() &&
230 sync_context_->GetMetadataDatabase();
235 return sync_context_->GetDriveService();
239 return sync_context_->GetMetadataDatabase();
register_app_task.cc 36 : sync_context_(sync_context),
160 return sync_context_->GetMetadataDatabase();
164 return sync_context_->GetDriveService();
register_app_task.h 52 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::RegisterAppTask
uninstall_app_task.h 51 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::UninstallAppTask
local_to_remote_syncer.cc 60 : sync_context_(sync_context),
345 sync_context_->GetBlockingTaskRunner(), FROM_HERE,
608 return sync_context_->GetDriveService() &&
609 sync_context_->GetDriveUploader() &&
610 sync_context_->GetMetadataDatabase();
615 return sync_context_->GetDriveService();
620 return sync_context_->GetDriveUploader();
624 return sync_context_->GetMetadataDatabase();
conflict_resolver.h 66 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::ConflictResolver
sync_engine_initializer.cc 97 : sync_context_(sync_context),
115 if (sync_context_ && sync_context_->GetMetadataDatabase()) {
local_to_remote_syncer.h 104 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::LocalToRemoteSyncer
remote_to_local_syncer.cc 80 : sync_context_(sync_context),
675 sync_context_->GetBlockingTaskRunner(), FROM_HERE,
677 make_scoped_refptr(sync_context_->GetBlockingTaskRunner())),
707 sync_context_->GetBlockingTaskRunner(), FROM_HERE,
759 return sync_context_->GetDriveService();
763 return sync_context_->GetMetadataDatabase();
767 DCHECK(sync_context_->GetRemoteChangeProcessor());
768 return sync_context_->GetRemoteChangeProcessor();
sync_engine_initializer.h 104 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::SyncEngineInitializer
remote_to_local_syncer.h 195 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::RemoteToLocalSyncer

Completed in 286 milliseconds