Home
last modified time | relevance | path

Searched refs:CrackDeviceId (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/storage_monitor/
Dstorage_info.cc71 bool StorageInfo::CrackDeviceId(const std::string& device_id, in CrackDeviceId() function in StorageInfo
110 return CrackDeviceId(device_id, &type, NULL) && in IsMediaDevice()
118 return CrackDeviceId(device_id, &type, NULL) && in IsRemovableDevice()
128 return CrackDeviceId(device_id, &type, NULL) && in IsMassStorageDevice()
140 return CrackDeviceId(device_id, &type, NULL) && type == ITUNES; in IsITunesDevice()
146 return CrackDeviceId(device_id, &type, NULL) && type == IPHOTO; in IsIPhotoDevice()
152 return CrackDeviceId(device_id, &type, NULL) && type == PICASA; in IsPicasaDevice()
Dstorage_info_unittest.cc27 ASSERT_TRUE(StorageInfo::CrackDeviceId(kMtpDeviceId, &type, &id)); in TEST()
35 ASSERT_TRUE(StorageInfo::CrackDeviceId(kImageCaptureDeviceId, &type, &id)); in TEST()
Dmedia_storage_util.cc64 if (!StorageInfo::CrackDeviceId(*it, &type, &unique_id)) { in FilterAttachedDevicesOnFileThread()
111 if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) in CanCreateFileSystem()
188 if (!StorageInfo::CrackDeviceId(device_id, &type, &unique_id)) in FindDevicePathById()
Dstorage_monitor_win.cc99 if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) { in EjectDevice()
117 StorageInfo::CrackDeviceId(storage_device_id, &type, NULL); in GetMTPStorageInfoFromDeviceId()
Dstorage_info.h50 static bool CrackDeviceId(const std::string& device_id,
Dstorage_monitor_chromeos.cc247 if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) { in EjectDevice()
Dstorage_monitor_linux.cc319 if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) { in EjectDevice()
Dstorage_monitor_mac.mm277 if (!StorageInfo::CrackDeviceId(device_id, &type, &uuid)) {
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_preferences.cc507 if (!StorageInfo::CrackDeviceId(device_id, &singleton_type, NULL)) in UpdateDeviceIDForSingletonType()
525 if (!StorageInfo::CrackDeviceId(this_device_id, &device_type, NULL)) in UpdateDeviceIDForSingletonType()
/external/chromium_org/chrome/browser/media_galleries/mac/
Dmtp_device_delegate_impl_mac.mm472 bool cracked = StorageInfo::CrackDeviceId(device_name, &type, &device_id);