HomeSort by relevance Sort by last modified time
    Searched refs:ApplyRemoteChange (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_change_processor_wrapper.cc 24 void RemoteChangeProcessorWrapper::ApplyRemoteChange(
30 remote_change_processor_->ApplyRemoteChange(
remote_change_processor_wrapper.h 29 void ApplyRemoteChange(
remote_change_processor_on_worker.h 38 virtual void ApplyRemoteChange(
remote_change_processor_on_worker.cc 49 void RemoteChangeProcessorOnWorker::ApplyRemoteChange(
58 base::Bind(&RemoteChangeProcessorWrapper::ApplyRemoteChange,
remote_to_local_syncer.cc 667 remote_change_processor()->ApplyRemoteChange(
752 remote_change_processor()->ApplyRemoteChange(
769 remote_change_processor()->ApplyRemoteChange(
  /external/chromium_org/chrome/browser/sync_file_system/
mock_remote_change_processor.h 33 MOCK_METHOD4(ApplyRemoteChange,
remote_change_processor.h 61 virtual void ApplyRemoteChange(
fake_remote_change_processor.h 44 virtual void ApplyRemoteChange(
71 // History of file changes given by ApplyRemoteChange(). Changes are arranged
fake_remote_change_processor.cc 65 void FakeRemoteChangeProcessor::ApplyRemoteChange(
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
remote_sync_delegate.cc 119 ApplyRemoteChange(callback);
147 void RemoteSyncDelegate::ApplyRemoteChange(const SyncStatusCallback& callback) {
148 remote_change_processor()->ApplyRemoteChange(
232 remote_change_processor()->ApplyRemoteChange(
390 // ApplyRemoteChange should replace any existing local file or
392 ApplyRemoteChange(callback);
remote_sync_delegate.h 54 void ApplyRemoteChange(const SyncStatusCallback& callback);
drive_file_sync_service_fake_unittest.cc 626 ApplyRemoteChange(_, _, CreateURL(origin, kFileName), _))
659 ApplyRemoteChange(_, _, CreateURL(origin, kFileName), _))
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc 138 SyncStatusCode ApplyRemoteChange(FileSystemContext* file_system_context,
156 sync_context_->ApplyRemoteChange(
651 ApplyRemoteChange(file_system.file_system_context(),
660 ApplyRemoteChange(file_system.file_system_context(),
672 // The changes applied by ApplyRemoteChange should not be recorded in
728 ApplyRemoteChange(file_system.file_system_context(),
    [all...]
local_file_sync_service.h 137 virtual void ApplyRemoteChange(
210 // Callback for ApplyRemoteChange.
local_file_sync_service_unittest.cc 171 SyncStatusCode ApplyRemoteChange(const FileChange& change,
177 local_service_->ApplyRemoteChange(
210 // More complete tests for PrepareForProcessRemoteChange and ApplyRemoteChange
231 // Run ApplyRemoteChange for kFile.
235 ApplyRemoteChange(change, local_path, kFile));
246 // Run ApplyRemoteChange for kDir.
250 ApplyRemoteChange(change, base::FilePath(), kDir));
256 // Run PrepareForProcessRemoteChange and ApplyRemoteChange for
265 EXPECT_EQ(SYNC_STATUS_OK, ApplyRemoteChange(change, base::FilePath(), kDir));
local_file_sync_service.cc 250 void LocalFileSyncService::ApplyRemoteChange(
257 "[Remote -> Local] ApplyRemoteChange: %s on %s",
261 sync_context_->ApplyRemoteChange(
397 "[Remote -> Local] ApplyRemoteChange finished --> %s",
local_file_sync_context.h 164 void ApplyRemoteChange(
312 // Callback routine for ApplyRemoteChange.
369 // ApplyRemoteChange(). Modified only on IO thread.
local_file_sync_context.cc 271 void LocalFileSyncContext::ApplyRemoteChange(
281 base::Bind(&LocalFileSyncContext::ApplyRemoteChange, this,
    [all...]

Completed in 246 milliseconds