/external/chromium_org/chrome/browser/media_galleries/linux/ |
snapshot_file_details.cc | 14 const std::string& device_file_path, 19 : device_file_path(device_file_path),
|
snapshot_file_details.h | 19 const std::string& device_file_path, 27 const std::string device_file_path; member in struct:SnapshotRequestInfo 50 std::string device_file_path() const { function in class:SnapshotFileDetails 51 return request_info_.device_file_path;
|
mtp_device_delegate_impl_linux.h | 69 const base::FilePath& device_file_path, 125 // create the snapshot file of |snapshot_request_info.device_file_path|.
|
mtp_device_delegate_impl_linux.cc | 119 // Copies the contents of |device_file_path| to |snapshot_file_path|. 125 // |device_file_path| specifies the media device file path. 234 const base::FilePath& device_file_path, 239 DCHECK(!device_file_path.empty()); 242 GetDeviceRelativePath(device_path_, device_file_path); 304 current_snapshot_request_info_->device_file_path,
|
mtp_read_file_worker.cc | 70 snapshot_file_details_ptr->device_file_path(),
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
snapshot_file_details.cc | 14 const base::FilePath& device_file_path, 19 : device_file_path(device_file_path),
|
snapshot_file_details.h | 16 const base::FilePath& device_file_path, 23 base::FilePath device_file_path; member in struct:SnapshotRequestInfo
|
mtp_device_delegate_impl_win.cc | 223 DCHECK(!file_details->request_info().device_file_path.empty()); 233 device_info, file_details->request_info().device_file_path); 241 file_details->request_info().device_file_path, 421 const base::FilePath& device_file_path, 426 DCHECK(!device_file_path.empty()); 429 new SnapshotFileDetails(SnapshotRequestInfo(device_file_path, 554 DCHECK(!file_details->request_info().device_file_path.empty());
|
mtp_device_delegate_impl_win.h | 102 const base::FilePath& device_file_path,
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
mtp_device_async_delegate.h | 57 // Copy the contents of |device_file_path| to |local_path|. Invokes the 60 const base::FilePath& device_file_path,
|
device_media_async_file_util.cc | 36 // contents of |device_file_path|. The snapshot file is created in 42 const base::FilePath& device_file_path,
|
/external/chromium_org/chrome/browser/media_galleries/mac/ |
mtp_device_delegate_impl_mac.h | 48 const base::FilePath& device_file_path, 85 const base::FilePath& device_file_path,
|