HomeSort by relevance Sort by last modified time
    Searched defs:ApplyRemoteChange (Results 1 - 8 of 8) 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_on_worker.cc 49 void RemoteChangeProcessorOnWorker::ApplyRemoteChange(
58 base::Bind(&RemoteChangeProcessorWrapper::ApplyRemoteChange,
  /external/chromium_org/chrome/browser/sync_file_system/
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);
  /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.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_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_context.cc 271 void LocalFileSyncContext::ApplyRemoteChange(
281 base::Bind(&LocalFileSyncContext::ApplyRemoteChange, this,
    [all...]

Completed in 90 milliseconds