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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker_interface.h 92 const FileChange& local_change,
local_to_remote_syncer.cc 46 const FileChange& local_change) {
48 local_change.IsDelete();
55 const FileChange& local_change,
59 local_change_(local_change),
60 local_is_missing_(IsLocalFileMissing(local_metadata, local_change)),
67 local_change.file_type() == local_metadata.file_type)
68 << local_change.DebugString() << " metadata:" << local_metadata.file_type;
fake_sync_worker.h 78 const FileChange& local_change,
local_to_remote_syncer.h 45 const FileChange& local_change,
sync_worker.h 95 const FileChange& local_change,
fake_sync_worker.cc 142 const FileChange& local_change,
sync_engine.h 119 const FileChange& local_change,
sync_engine.cc 584 const FileChange& local_change,
600 local_change,
sync_worker.cc 251 const FileChange& local_change,
259 context_.get(), local_metadata, local_change, local_path, url);
  /external/chromium_org/chrome/browser/sync_file_system/
fake_remote_change_processor.cc 81 const FileChange& local_change = found_list->second.back(); local
82 if (local_change.IsAddOrUpdate() &&
83 local_change.file_type() != SYNC_FILE_TYPE_DIRECTORY) {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
local_sync_delegate.cc 20 const FileChange& local_change,
27 local_change_(local_change),
84 "ApplyLocalChange for %s local_change:%s ===> %s",

Completed in 100 milliseconds