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

1 2

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_finder_mac.h 10 namespace itunes { namespace
23 } // namespace itunes
itunes_finder.h 12 namespace itunes { namespace
16 // ITunesFinder looks for the iTunes library in an asynchronous manner and
18 // the result. If an iTunes library exists, the ITunesFinderCallback gets the
19 // device id for the library. If an iTunes library does not exist, or the OS
20 // does not support iTunes, then the callback result is an empty string.
49 } // namespace itunes
itunes_finder_win.h 14 namespace itunes { namespace
17 // iTunes preferences XML file if it exists. If not or if the parsing fails,
27 // Check the default location for the iTunes library XML file.
38 } // namespace itunes
safe_itunes_pref_parser_win.h 22 namespace itunes { namespace
24 // SafeITunesPrefParserWin parses the given iTunes preferences XML data safely
68 } // namespace itunes
safe_itunes_library_parser.h 23 namespace itunes { namespace
25 // SafeITunesLibraryParser parses the given iTunes library XML file safely via
30 // Since iTunes library XML files can be big, SafeITunesLibraryParser passes
95 } // namespace itunes
itunes_finder.cc 18 namespace itunes { namespace
65 device_id = chrome::StorageInfo::MakeDeviceId(chrome::StorageInfo::ITUNES,
71 } // namespace itunes
itunes_finder_win.cc 18 namespace itunes { namespace
22 // Try to read the iTunes preferences file from the default location and return
30 .AppendASCII("iTunes")
71 music_dir.AppendASCII("iTunes").AppendASCII("iTunes Music Library.xml");
91 } // namespace itunes
safe_itunes_pref_parser_win.cc 14 namespace itunes { namespace
74 } // namespace itunes
itunes_data_provider.h 18 namespace itunes { namespace
22 // This class is the holder for iTunes parsed data. Given a path to the iTunes
121 } // namespace itunes
itunes_file_util.h 16 namespace itunes { namespace
90 } // namespace itunes
safe_itunes_library_parser.cc 17 namespace itunes { namespace
37 VLOG(1) << "Could not open iTunes library XML file: "
118 } // namespace itunes
itunes_finder_win_browsertest.cc 21 namespace itunes { namespace
63 app_data_dir().AppendASCII("Apple Computer").AppendASCII("iTunes");
71 base::FilePath default_dir = music_dir().AppendASCII("iTunes");
73 TouchFile(default_dir.AppendASCII("iTunes Music Library.xml"));
135 " <key>iTunes Library XML Location:1</key>"
154 " <key>iTunes Library XML Location:1</key>"
170 " <key>iTunes Library XML Location:1</key>"
185 " <key>iTunes Library XML Location:1</key>"
197 } // namespace itunes
media_file_system_backend.cc 62 itunes_file_util_(new itunes::ITunesFileUtil(media_path_filter_.get()))
  /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 13 namespace itunes { namespace
20 // Returns the contents of the given iTunes library XML |file|.
35 } // namespace itunes
itunes_pref_parser_win.cc 12 namespace itunes { namespace
37 if (!SeekInDict(&reader, "iTunes Library XML Location:1"))
55 } // namespace itunes
itunes_library_parser.cc 20 namespace itunes { namespace
239 } // namespace itunes
itunes_library_parser_unittest.cc 30 namespace itunes { namespace
286 } // namespace itunes
  /external/chromium_org/chrome/common/media_galleries/
itunes_xml_utils.h 12 namespace itunes { namespace
26 } // namespace itunes
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
itunes_xml_utils.cc 12 namespace itunes { namespace
58 } // namespace itunes
  /external/chromium_org/chrome/browser/media_galleries/
imported_media_gallery_registry.h 16 namespace itunes { namespace
48 static itunes::ITunesDataProvider* ITunesDataProvider();
53 friend class itunes::ITunesDataProviderTest;
67 scoped_ptr<itunes::ITunesDataProvider> itunes_data_provider_;
imported_media_gallery_registry.cc 140 itunes::ITunesDataProvider*
175 itunes_data_provider_.reset(new itunes::ITunesDataProvider(xml_library_path));
  /external/chromium_org/chrome/common/
chrome_utility_messages.h 67 IPC_STRUCT_TRAITS_BEGIN(itunes::parser::Track)
168 // Tell the utility process to parse the iTunes preference XML file contents
169 // and return the path to the iTunes directory.
175 // Tell the utility process to parse the iTunes library XML file and
176 // return the parse result as well as the iTunes library as an itunes::Library.
300 // Reply after parsing the iTunes preferences XML file contents with either the
301 // path to the iTunes directory or an empty FilePath.
303 base::FilePath /* Path to iTunes library */)
307 // Reply after parsing the iTunes library XML file with the parser result an
    [all...]

Completed in 1059 milliseconds

1 2