HomeSort by relevance Sort by last modified time
    Searched refs:preserve_last_modified (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
copy_operation.cc 31 bool preserve_last_modified; member in struct:drive::file_system::CopyOperation::CopyParams
136 params->preserve_last_modified ?
302 bool preserve_last_modified,
310 params->preserve_last_modified = preserve_last_modified;
355 params->preserve_last_modified ?
copy_operation.h 57 // If |preserve_last_modified| is set to true, this tries to preserve
63 bool preserve_last_modified,
  /external/chromium_org/chrome/browser/chromeos/drive/
dummy_file_system.h 29 bool preserve_last_modified,
fake_file_system.h 58 bool preserve_last_modified,
file_system_interface.h 201 // If |preserve_last_modified| is set to true, the last modified time will be
219 bool preserve_last_modified,
file_system.h 99 bool preserve_last_modified,
fake_file_system.cc 63 bool preserve_last_modified,
file_system.cc 421 bool preserve_last_modified,
426 src_file_path, dest_file_path, preserve_last_modified, callback);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker.h 98 bool preserve_last_modified,
fileapi_worker.cc 229 bool preserve_last_modified,
233 file_system->Copy(src_file_path, dest_file_path, preserve_last_modified,

Completed in 103 milliseconds