Searched refs:preserve_last_modified (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcopy_operation.cc31 bool preserve_last_modified; member in struct:drive::file_system::CopyOperation::CopyParams
136 params->preserve_last_modified ?
300 bool preserve_last_modified,
308 params->preserve_last_modified = preserve_last_modified;
407 params.preserve_last_modified ?
298 Copy(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, bool preserve_last_modified, const FileOperationCallback& callback) argument
H A Dcopy_operation.h57 // If |preserve_last_modified| is set to true, this tries to preserve
63 bool preserve_last_modified,
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddummy_file_system.h29 bool preserve_last_modified,
H A Dfake_file_system.h58 bool preserve_last_modified,
H A Dfile_system_interface.h202 // If |preserve_last_modified| is set to true, the last modified time will be
220 bool preserve_last_modified,
H A Dfile_system.h98 bool preserve_last_modified,
H A Dfake_file_system.cc63 bool preserve_last_modified,
61 Copy(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, bool preserve_last_modified, const FileOperationCallback& callback) argument
H A Dfile_system.cc420 bool preserve_last_modified,
425 src_file_path, dest_file_path, preserve_last_modified, callback);
418 Copy(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, bool preserve_last_modified, const FileOperationCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfileapi_worker.h97 bool preserve_last_modified,
H A Dfileapi_worker.cc230 bool preserve_last_modified,
234 file_system->Copy(src_file_path, dest_file_path, preserve_last_modified,
228 Copy(const base::FilePath& src_file_path, const base::FilePath& dest_file_path, bool preserve_last_modified, const StatusCallback& callback, FileSystemInterface* file_system) argument

Completed in 90 milliseconds