target_paths       28 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc   for (size_t i = 0; i < target_paths().size(); ++i) {
target_paths       29 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc     if (!status->IsWritable(target_paths()[i]))
target_paths       36 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc   for (size_t i = 0; i < target_paths().size(); ++i) {
target_paths       37 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc     DCHECK(status->IsWritable(target_paths()[i]));
target_paths       38 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc     status->StartWriting(target_paths()[i]);
target_paths       92 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc     const std::vector<FileSystemURL>& target_paths) {
target_paths       95 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc   for (size_t i = 0; i < target_paths.size(); ++i) {
target_paths       96 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc     DCHECK(sync_status()->IsWriting(target_paths[i]));
target_paths       97 chrome/browser/sync_file_system/local/syncable_file_operation_runner.cc     sync_status()->EndWriting(target_paths[i]);
target_paths       44 chrome/browser/sync_file_system/local/syncable_file_operation_runner.h     virtual const std::vector<fileapi::FileSystemURL>& target_paths() const = 0;
target_paths       77 chrome/browser/sync_file_system/local/syncable_file_operation_runner.h       const std::vector<fileapi::FileSystemURL>& target_paths);