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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
list_changes_task.h 48 SyncEngineContext* sync_context_; member in class:sync_file_system::drive_backend::ListChangesTask
conflict_resolver.h 78 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::ConflictResolver
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
sync_engine_initializer.h 109 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 195 SyncEngineContext* sync_context_; // Not owned. member in class:sync_file_system::drive_backend::RemoteToLocalSyncer
sync_engine_initializer_unittest.cc 54 sync_context_.reset(new SyncEngineContext(
72 sync_context_.reset();
82 new SyncEngineInitializer(sync_context_.get(),
146 sync_context_->GetDriveService()->AddNewDirectory(
162 sync_context_->GetDriveService()->RemoveResourceFromDirectory(
196 sync_context_->GetDriveService()->GetFileResource(
216 sync_context_->GetDriveService()->AddResourceToDirectory(
230 scoped_ptr<SyncEngineContext> sync_context_; member in class:sync_file_system::drive_backend::SyncEngineInitializerTest
  /external/chromium_org/chrome/browser/sync_file_system/local/
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
local_file_sync_service.h 233 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::LocalFileSyncService
local_file_change_tracker_unittest.cc 48 sync_context_ =
55 file_system_.MaybeInitializeFileSystemContext(sync_context_.get()));
59 if (sync_context_.get())
60 sync_context_->ShutdownOnUIThread();
61 sync_context_ = NULL;
118 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::LocalFileChangeTrackerTest
syncable_file_operation_runner_unittest.cc 69 sync_context_ = new LocalFileSyncContext(
76 file_system_.MaybeInitializeFileSystemContext(sync_context_.get()));
84 if (sync_context_.get())
85 sync_context_->ShutdownOnUIThread();
86 sync_context_ = NULL;
146 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::SyncableFileOperationRunnerTest
345 sync_context_->ShutdownOnUIThread();
346 sync_context_ = NULL;
syncable_file_system_unittest.cc 48 sync_context_ =
55 file_system_.MaybeInitializeFileSystemContext(sync_context_.get()));
59 if (sync_context_.get())
60 sync_context_->ShutdownOnUIThread();
61 sync_context_ = NULL;
108 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::SyncableFileSystemTest
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
359 scoped_refptr<LocalFileSyncContext> sync_context_; member in class:sync_file_system::LocalFileSyncContextTest
    [all...]

Completed in 144 milliseconds