Searched refs:changed_file (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dremove_operation.cc117 FileChange changed_file; local
118 changed_file.Update(*changed_path, *entry, FileChange::DELETE);
120 delegate_->OnFileChangedByOperation(changed_file);
H A Dmove_operation.h59 const FileChange* changed_file,
H A Dcopy_operation.cc338 FileChange changed_file; local
340 changed_file.Update(params->dest_file_path,
343 delegate_->OnFileChangedByOperation(changed_file);
508 FileChange changed_file; local
509 changed_file.Update(
513 delegate_->OnFileChangedByOperation(changed_file);
594 FileChange changed_file; local
595 changed_file.Update(*file_path, *entry, FileChange::ADD_OR_UPDATE);
596 delegate_->OnFileChangedByOperation(changed_file);
661 FileChange changed_file; local
[all...]
H A Dcreate_file_operation.cc130 FileChange changed_file; local
131 changed_file.Update(
133 delegate_->OnFileChangedByOperation(changed_file);
/external/chromium_org/tools/git/
H A Dmove_source_file.py90 for changed_file in files_with_changed_includes:
92 sort_headers.FixFileWithConfirmFunction(changed_file, AlwaysConfirm, True)

Completed in 102 milliseconds