CrackDeviceId     148 chrome/browser/media_galleries/media_folder_finder.cc     if (!StorageInfo::CrackDeviceId(storages[i].device_id(), &type, NULL) ||
CrackDeviceId     538 chrome/browser/media_galleries/media_galleries_preferences.cc   if (!StorageInfo::CrackDeviceId(device_id, &singleton_type, NULL))
CrackDeviceId     557 chrome/browser/media_galleries/media_galleries_preferences.cc     if (!StorageInfo::CrackDeviceId(this_device_id, &device_type, NULL))
CrackDeviceId      66 components/storage_monitor/media_storage_util.cc     if (!StorageInfo::CrackDeviceId(*it, &type, &unique_id)) {
CrackDeviceId     113 components/storage_monitor/media_storage_util.cc   if (!StorageInfo::CrackDeviceId(device_id, &type, NULL))
CrackDeviceId     190 components/storage_monitor/media_storage_util.cc   if (!StorageInfo::CrackDeviceId(device_id, &type, &unique_id))
CrackDeviceId     138 components/storage_monitor/storage_info.cc   return CrackDeviceId(device_id, &type, NULL) &&
CrackDeviceId     146 components/storage_monitor/storage_info.cc   return CrackDeviceId(device_id, &type, NULL) &&
CrackDeviceId     156 components/storage_monitor/storage_info.cc   return CrackDeviceId(device_id, &type, NULL) &&
CrackDeviceId     168 components/storage_monitor/storage_info.cc   return CrackDeviceId(device_id, &type, NULL) && type == ITUNES;
CrackDeviceId     174 components/storage_monitor/storage_info.cc   return CrackDeviceId(device_id, &type, NULL) && type == IPHOTO;
CrackDeviceId     180 components/storage_monitor/storage_info.cc   return CrackDeviceId(device_id, &type, NULL) && type == PICASA;
CrackDeviceId      51 components/storage_monitor/storage_info.h   static bool CrackDeviceId(const std::string& device_id,
CrackDeviceId      29 components/storage_monitor/storage_info_unittest.cc   ASSERT_TRUE(StorageInfo::CrackDeviceId(kMtpDeviceId, &type, &id));
CrackDeviceId      37 components/storage_monitor/storage_info_unittest.cc   ASSERT_TRUE(StorageInfo::CrackDeviceId(kImageCaptureDeviceId, &type, &id));
CrackDeviceId     240 components/storage_monitor/storage_monitor_chromeos.cc   if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) {
CrackDeviceId     321 components/storage_monitor/storage_monitor_linux.cc   if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) {
CrackDeviceId     101 components/storage_monitor/storage_monitor_win.cc   if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) {
CrackDeviceId     119 components/storage_monitor/storage_monitor_win.cc   StorageInfo::CrackDeviceId(storage_device_id, &type, NULL);