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

  /external/chromium_org/chrome/browser/storage_monitor/
media_transfer_protocol_device_observer_linux.cc 44 // Returns a unique device id from the given |storage_info|.
45 std::string GetDeviceIdFromStorageInfo(const MtpStorageInfo& storage_info) {
47 GetStorageIdFromStorageName(storage_info.storage_name());
53 const std::string vendor_id = base::UintToString(storage_info.vendor_id());
54 const std::string model_id = base::UintToString(storage_info.product_id());
58 storage_info.volume_identifier() + ":" + storage_id);
68 string16 GetDeviceLabelFromStorageInfo(const MtpStorageInfo& storage_info) {
70 const std::string& vendor_name = storage_info.vendor();
73 const std::string& product_name = storage_info.product();
82 const std::string& volume_id = storage_info.volume_identifier()
103 const MtpStorageInfo* storage_info = local
    [all...]
storage_monitor_linux.cc 26 #include "chrome/browser/storage_monitor/storage_info.h"
139 scoped_ptr<StorageInfo> storage_info; local
145 return storage_info.Pass();
149 return storage_info.Pass();
157 return storage_info.Pass(); // Not a supported type.
163 return storage_info.Pass();
200 storage_info.reset(new StorageInfo(
208 return storage_info.Pass();
314 *device_info = mount_info->second.storage_info;
342 if (mount_info->second.storage_info.device_id() == device_id)
    [all...]
media_transfer_protocol_device_observer_linux.h 40 // Finds the storage that contains |path| and populates |storage_info|.
43 StorageInfo* storage_info) const;
storage_monitor_linux.h 68 StorageInfo storage_info; member in struct:chrome::StorageMonitorLinux::MountPointInfo
112 scoped_ptr<StorageInfo> storage_info);
storage_monitor_linux_unittest.cc 23 #include "chrome/browser/storage_monitor/storage_info.h"
85 scoped_ptr<StorageInfo> storage_info; local
88 return storage_info.Pass();
92 storage_info.reset(new StorageInfo(
100 return storage_info.Pass();
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_daemon_client.h 47 typedef base::Callback<void(const MtpStorageInfo& storage_info)
media_transfer_protocol_manager.cc 311 void OnGetStorageInfo(const MtpStorageInfo& storage_info) {
313 const std::string& storage_name = storage_info.storage_name();
326 storage_info_map_.insert(std::make_pair(storage_name, storage_info));

Completed in 120 milliseconds