/external/chromium_org/chrome/browser/media_galleries/ |
D | media_galleries_dialog_controller_unittest.cc | 24 gallery.device_id = StorageInfo::MakeDeviceId( in TEST() 52 gallery.device_id = StorageInfo::MakeDeviceId( in TEST()
|
D | media_galleries_preferences_unittest.cc | 809 info.set_device_id(StorageInfo::MakeDeviceId(StorageInfo::ITUNES, in TEST_F() 824 StorageInfo::MakeDeviceId(StorageInfo::ITUNES, path.AsUTF8Unsafe()); in TEST_F() 835 StorageInfo::MakeDeviceId(StorageInfo::PICASA, path.AsUTF8Unsafe()); in TEST_F() 845 info.device_id = StorageInfo::MakeDeviceId( in TEST() 875 info.device_id = StorageInfo::MakeDeviceId( in TEST()
|
D | media_file_system_registry_unittest.cc | 619 std::string device_id = StorageInfo::MakeDeviceId(type, unique_id); in AddUserGallery() 635 std::string device_id = StorageInfo::MakeDeviceId(type, unique_id); in AttachDevice()
|
/external/chromium_org/chrome/browser/storage_monitor/ |
D | storage_info_unittest.cc | 18 StorageInfo::MakeDeviceId(StorageInfo::MTP_OR_PTP, kUniqueId); in TEST()
|
D | image_capture_device_manager.mm | 102 StorageInfo::MakeDeviceId( 126 StorageInfo::MakeDeviceId(StorageInfo::MAC_IMAGE_CAPTURE, uuid));
|
D | storage_info.h | 46 static std::string MakeDeviceId(Type type, const std::string& unique_id);
|
D | storage_monitor_mac_unittest.mm | 55 device_id_ = StorageInfo::MakeDeviceId( 135 std::string device_id = StorageInfo::MakeDeviceId(
|
D | test_storage_monitor.cc | 97 std::string device_id = StorageInfo::MakeDeviceId( in GetStorageInfoForPath()
|
D | media_transfer_protocol_device_observer_linux_unittest.cc | 34 return StorageInfo::MakeDeviceId(StorageInfo::MTP_OR_PTP, unique_id); in GetMtpDeviceId()
|
D | storage_monitor_linux_unittest.cc | 90 StorageInfo::MakeDeviceId(type, kTestDeviceData[i].unique_id), in GetDeviceInfo() 111 return StorageInfo::MakeDeviceId(kTestDeviceData[i].type, in GetDeviceId() 116 return StorageInfo::MakeDeviceId(StorageInfo::FIXED_MASS_STORAGE, in GetDeviceId()
|
D | test_volume_mount_watcher_win.cc | 75 std::string device_id = StorageInfo::MakeDeviceId(type, unique_id); in GetMassStorageDeviceDetails()
|
D | storage_info.cc | 46 std::string StorageInfo::MakeDeviceId(Type type, const std::string& unique_id) { in MakeDeviceId() function in StorageInfo
|
D | volume_mount_watcher_win.cc | 150 info->set_device_id(StorageInfo::MakeDeviceId( in GetDeviceDetails() 170 std::string device_id = StorageInfo::MakeDeviceId(type, UTF16ToUTF8(guid)); in GetDeviceDetails()
|
D | media_storage_util.cc | 176 StorageInfo::MakeDeviceId(StorageInfo::FIXED_MASS_STORAGE, in GetDeviceInfoFromPath()
|
D | media_transfer_protocol_device_observer_linux.cc | 53 return StorageInfo::MakeDeviceId( in GetDeviceIdFromStorageInfo()
|
D | storage_monitor_chromeos_unittest.cc | 55 return StorageInfo::MakeDeviceId( in GetDCIMDeviceId() 316 const std::string device_id = StorageInfo::MakeDeviceId( in TEST_F()
|
D | storage_monitor_chromeos.cc | 70 *info = StorageInfo(StorageInfo::MakeDeviceId(type, unique_id), in GetDeviceInfo()
|
D | storage_monitor_linux.cc | 182 StorageInfo::MakeDeviceId(type, unique_id), in GetDeviceInfo()
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | iapps_finder_impl.cc | 22 device_id = StorageInfo::MakeDeviceId(type, unique_id); in PostResultToUIThread()
|
D | picasa_finder.cc | 89 device_id = StorageInfo::MakeDeviceId(StorageInfo::PICASA, in FinishOnOriginalThread()
|
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/ |
D | media_galleries_private_apitest.cc | 63 device_id_ = StorageInfo::MakeDeviceId( in SetUp()
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
D | media_galleries_dialog_gtk_unittest.cc | 25 gallery.device_id = StorageInfo::MakeDeviceId(StorageInfo::FIXED_MASS_STORAGE, in MakePrefInfoForTesting()
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
D | mtp_device_delegate_impl_win_unittest.cc | 123 std::string device_id = StorageInfo::MakeDeviceId(type, unique_id); in AttachDevice()
|
/external/chromium_org/chrome/browser/extensions/api/media_galleries/ |
D | media_galleries_apitest.cc | 107 device_id_ = StorageInfo::MakeDeviceId( in AttachFakeDevice()
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
D | media_galleries_dialog_cocoa_unittest.mm | 24 StorageInfo::MakeDeviceId(StorageInfo::FIXED_MASS_STORAGE,
|