Searched refs:local_change_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dlocal_to_remote_syncer.cc80 local_change_(local_change),
108 local_change_.DebugString().c_str(),
113 if (local_is_missing_ && !local_change_.IsDelete()) {
228 DCHECK(local_change_.IsAddOrUpdate());
236 if (local_change_.file_type() == SYNC_FILE_TYPE_FILE) {
345 if (local_change_.IsFile()) {
354 DCHECK(local_change_.IsDirectory());
409 DCHECK(local_change_.IsAddOrUpdate());
410 DCHECK(local_change_.IsFile() || local_change_
[all...]
H A Dlocal_to_remote_syncer.h110 FileChange local_change_; member in class:sync_file_system::drive_backend::LocalToRemoteSyncer

Completed in 1251 milliseconds