Searched defs:registered_device_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.h41 const base::string16& registered_device_path,
51 const base::string16 registered_device_path; member in struct:MTPDeviceDelegateImplWin::StorageDeviceInfo
85 MTPDeviceDelegateImplWin(const base::string16& registered_device_path,
H A Dmtp_device_delegate_impl_win.cc71 device_info.registered_device_path);
75 if (device_info.registered_device_path == file_path.value())
79 if (!base::FilePath(device_info.registered_device_path).AppendRelativePath(
106 DCHECK(!device_info.registered_device_path.empty());
110 device_info.registered_device_path);
131 // |registered_device_path| specifies the registered file system root path for
135 const base::string16& registered_device_path) {
138 DCHECK(!registered_device_path.empty());
144 registered_device_path, device.get());
150 // |device_info.registered_device_path|
133 OpenDeviceOnBlockingPoolThread( const base::string16& pnp_device_id, const base::string16& registered_device_path) argument
289 DeletePortableDeviceOnBlockingPoolThread( const base::string16& registered_device_path) argument
339 StorageDeviceInfo( const base::string16& pnp_device_id, const base::string16& registered_device_path, const base::string16& storage_object_id) argument
358 MTPDeviceDelegateImplWin( const base::string16& registered_device_path, const base::string16& pnp_device_id, const base::string16& storage_object_id) argument
[all...]

Completed in 73 milliseconds