Searched defs:ApplyRemoteChange (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
H A Dfake_remote_change_processor.cc45 void FakeRemoteChangeProcessor::ApplyRemoteChange( function in class:sync_file_system::FakeRemoteChangeProcessor
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dremote_sync_delegate.cc120 ApplyRemoteChange(callback);
148 void RemoteSyncDelegate::ApplyRemoteChange(const SyncStatusCallback& callback) { function in class:sync_file_system::drive_backend::RemoteSyncDelegate
149 remote_change_processor()->ApplyRemoteChange(
225 remote_change_processor()->ApplyRemoteChange(
383 // ApplyRemoteChange should replace any existing local file or
385 ApplyRemoteChange(callback);
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context_unittest.cc123 SyncStatusCode ApplyRemoteChange(FileSystemContext* file_system_context, function in class:sync_file_system::LocalFileSyncContextTest
139 sync_context_->ApplyRemoteChange(
454 ApplyRemoteChange(file_system.file_system_context(),
463 ApplyRemoteChange(file_system.file_system_context(),
475 // The changes applied by ApplyRemoteChange should not be recorded in
566 ApplyRemoteChange(file_system.file_system_context(),
580 // parameter of ApplyRemoteChange) are
585 ApplyRemoteChange(file_system.file_system_context(),
592 ApplyRemoteChange(file_system.file_system_context(),
596 // Calling ApplyRemoteChange wit
[all...]
H A Dlocal_file_sync_service.cc242 void LocalFileSyncService::ApplyRemoteChange( function in class:sync_file_system::LocalFileSyncService
248 sync_context_->ApplyRemoteChange(
H A Dlocal_file_sync_service_unittest.cc163 SyncStatusCode ApplyRemoteChange(const FileChange& change, function in class:sync_file_system::LocalFileSyncServiceTest
168 local_service_->ApplyRemoteChange(
192 // More complete tests for PrepareForProcessRemoteChange and ApplyRemoteChange
214 // Run ApplyRemoteChange for kFile.
218 ApplyRemoteChange(change, local_path, kFile));
229 // Run ApplyRemoteChange for kDir.
233 ApplyRemoteChange(change, base::FilePath(), kDir));
239 // Run PrepareForProcessRemoteChange and ApplyRemoteChange for
248 EXPECT_EQ(SYNC_STATUS_OK, ApplyRemoteChange(change, base::FilePath(), kDir));
H A Dlocal_file_sync_context.cc189 void LocalFileSyncContext::ApplyRemoteChange( function in class:sync_file_system::LocalFileSyncContext
199 base::Bind(&LocalFileSyncContext::ApplyRemoteChange, this,

Completed in 259 milliseconds