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

  /external/chromium_org/chrome/browser/storage_monitor/
storage_info.cc 17 const char kITunesPrefix[] = "itunes:";
59 case ITUNES:
90 found_type = ITUNES;
132 type == ITUNES ||
140 return CrackDeviceId(device_id, &type, NULL) && type == ITUNES;
storage_info.h 24 // An iTunes library.
25 ITUNES,
media_storage_util.cc 70 type == StorageInfo::ITUNES ||
192 type == StorageInfo::ITUNES ||
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl_win.cc 24 // Try to read the iTunes preferences file from the default location and return
32 .AppendASCII("iTunes")
49 music_dir.AppendASCII("iTunes").AppendASCII("iTunes Music Library.xml");
79 scoped_refptr<itunes::SafeITunesPrefParserWin> parser =
80 new itunes::SafeITunesPrefParserWin(
89 // iTunes preferences XML file if it exists. If not or if the parsing fails,
93 FindIAppsOnFileThread(StorageInfo::ITUNES,
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 809 info.set_device_id(StorageInfo::MakeDeviceId(StorageInfo::ITUNES,
    [all...]

Completed in 295 milliseconds