HomeSort by relevance Sort by last modified time
    Searched full:changed_file (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_file_operation.cc 130 FileChange changed_file; local
131 changed_file.Update(
133 delegate_->OnFileChangedByOperation(changed_file);
remove_operation.cc 117 FileChange changed_file; local
118 changed_file.Update(*changed_path, *entry, FileChange::DELETE);
120 delegate_->OnFileChangedByOperation(changed_file);
move_operation.h 59 const FileChange* changed_file,
copy_operation.cc 338 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...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
check_chromevox.py 116 parser.usage = '%prog [<changed_file>...]'
  /external/chromium_org/tools/git/
move_source_file.py 90 for changed_file in files_with_changed_includes:
92 sort_headers.FixFileWithConfirmFunction(changed_file, AlwaysConfirm, True)

Completed in 212 milliseconds