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

  /external/chromium_org/chrome/utility/media_galleries/
itunes_pref_parser_win.h 12 namespace itunes { namespace
14 // Extracts the library XML location from the iTunes preferences XML data.
22 // <key>iTunes Library XML Location:1</key>
31 } // namespace itunes
itunes_library_parser.h 12 namespace itunes { namespace
31 } // namespace itunes
itunes_pref_parser_win.cc 12 namespace itunes { namespace
37 if (!iapps::SeekInDict(&reader, "iTunes Library XML Location:1"))
56 } // namespace itunes
itunes_library_parser.cc 19 namespace itunes { namespace
164 } // namespace itunes
itunes_library_parser_unittest.cc 30 namespace itunes { namespace
286 } // namespace itunes
  /external/chromium_org/chrome/common/media_galleries/
itunes_library.cc 7 namespace itunes { namespace
24 } // namespace itunes
itunes_library.h 5 // These data structures can be used to describe the contents of an iTunes
16 namespace itunes { namespace
33 } // namespace itunes
  /external/chromium_org/chrome/browser/media_galleries/
imported_media_gallery_registry.h 21 namespace itunes { namespace
62 static itunes::ITunesDataProvider* ITunesDataProvider();
72 friend class itunes::ITunesDataProviderTest;
96 scoped_ptr<itunes::ITunesDataProvider> itunes_data_provider_;
imported_media_gallery_registry.cc 98 root.AppendASCII("itunes"));
215 itunes::ITunesDataProvider*
265 itunes_data_provider_.reset(new itunes::ITunesDataProvider(xml_library_path));
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_itunes_pref_parser_win.h 22 namespace itunes { namespace
24 // SafeITunesPrefParserWin parses the given iTunes preferences XML data safely
68 } // namespace itunes
safe_iapps_library_parser.h 26 // SafeIAppsLibraryParser parses the given iTunes library XML file safely via
39 typedef base::Callback<void(bool, const itunes::parser::Library&)>
48 // Start the parse of the iTunes library file.
82 // iTunes XML. Runs on the IO thread.
83 void OnGotITunesLibrary(bool result, const itunes::parser::Library& library);
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(storage_monitor::StorageInfo::ITUNES,
itunes_data_provider.h 19 namespace itunes { namespace
23 // This class is the holder for iTunes parsed data. Given a path to the iTunes
91 } // namespace itunes
safe_itunes_pref_parser_win.cc 14 namespace itunes { namespace
73 } // namespace itunes
safe_iapps_library_parser.cc 122 bool result, const itunes::parser::Library& library) {
147 OnGotITunesLibrary(false /* failed */, itunes::parser::Library());
itunes_file_util.h 14 namespace itunes { namespace
94 } // namespace itunes
itunes_data_provider.cc 27 namespace itunes { namespace
107 // of iTunes before 10.6.
109 const char kiTunesMediaDir[] = "iTunes Media";
115 media_path.AppendASCII("Automatically Add to iTunes.localized");
121 localized_dir_names["nl"] = "Voeg automatisch toe aan iTunes";
122 localized_dir_names["en"] = "Automatically Add to iTunes";
123 localized_dir_names["fr"] = "Ajouter automatiquement \xC3\xA0 iTunes";
124 localized_dir_names["de"] = "Automatisch zu iTunes hinzuf\xC3\xBCgen";
125 localized_dir_names["it"] = "Aggiungi automaticamente a iTunes";
126 localized_dir_names["ja"] = "iTunes \xE3\x81\xAB\xE8\x87\xAA\xE5\x8B\x95\xE7
    [all...]
itunes_file_util_unittest.cc 36 namespace itunes { namespace
205 virtual_path = virtual_path.AppendASCII("itunes");
352 } // namespace itunes
media_file_system_backend.cc 135 itunes_file_util_(new itunes::ITunesFileUtil(media_path_filter_.get()))
itunes_data_provider_browsertest.cc 25 namespace itunes { namespace
473 } // namespace itunes
itunes_file_util.cc 26 namespace itunes { namespace
41 base::FilePath root = imported_registry->ImportedRoot().AppendASCII("itunes");
54 const char kITunesLibraryXML[] = "iTunes Music Library.xml";
55 const char kITunesMediaDir[] = "iTunes Media";
57 const char kITunesAutoAddDir[] = "Automatically Add to iTunes";
120 // Contents of the iTunes media gallery:
122 // /iTunes Music Library.xml - library xml file
123 // /iTunes Media/Automatically Add to iTunes - auto-import directory
124 // /iTunes Media/Music/<Artist>/<Album>/<Track> - track
    [all...]
  /external/chromium_org/chrome/common/extensions/
chrome_utility_extensions_messages.h 39 IPC_STRUCT_TRAITS_BEGIN(itunes::parser::Track)
102 // Tell the utility process to parse the iTunes preference XML file contents
103 // and return the path to the iTunes directory.
116 // Tell the utility process to parse the iTunes library XML file and
117 // return the parse result as well as the iTunes library as an itunes::Library.
212 // Reply after parsing the iTunes preferences XML file contents with either the
213 // path to the iTunes directory or an empty FilePath.
215 base::FilePath /* Path to iTunes library */)
227 // Reply after parsing the iTunes library XML file with the parser result an
    [all...]
  /external/chromium_org/chrome/utility/extensions/
extensions_handler.cc 222 itunes::FindLibraryLocationInPrefXml(itunes_xml_data));
242 itunes::ITunesLibraryParser parser;

Completed in 575 milliseconds