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

  /external/chromium_org/chrome/utility/media_galleries/
itunes_pref_parser_win.cc 23 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "plist"))
28 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "dict"))
31 if (!iapps::SeekInDict(&reader, "User Preferences"))
34 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "dict"))
37 if (!iapps::SeekInDict(&reader, "iTunes Library XML Location:1"))
40 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "data"))
iphoto_library_parser.cc 47 if (!iapps::SeekToNodeAtCurrentDepth(reader, "key"))
58 if (!iapps::ReadString(reader, &value))
64 if (!iapps::ReadString(reader, &value))
68 if (!iapps::SkipToNextElement(reader))
98 while (iapps::SeekToNodeAtCurrentDepth(reader, "string")) {
102 if (!iapps::ReadString(reader, &photo_id))
128 if (!iapps::SeekToNodeAtCurrentDepth(reader, "key"))
138 if (!iapps::ReadInteger(reader, &result->id))
144 if (!iapps::ReadString(reader, &result->name))
150 if (!iapps::SeekToNodeAtCurrentDepth(reader, "array")
    [all...]
itunes_library_parser.cc 50 if (!iapps::SeekToNodeAtCurrentDepth(reader, "key"))
60 if (!iapps::ReadInteger(reader, &result->id))
67 if (!iapps::ReadString(reader, &value))
87 if (!iapps::ReadString(reader, &result->artist))
94 if (!iapps::ReadString(reader, &result->artist))
100 if (!iapps::ReadString(reader, &result->album))
104 if (!iapps::SkipToNextElement(reader))
130 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "plist"))
135 if (!iapps::SeekToNodeAtCurrentDepth(&reader, "dict"))
138 if (!iapps::SeekInDict(&reader, "Tracks")
    [all...]
iapps_xml_utils.h 14 namespace iapps { namespace
37 } // namespace iapps
iapps_xml_utils.cc 12 namespace iapps { namespace
62 if (!iapps::SkipToNextElement(reader))
105 } // namespace iapps
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder.h 12 namespace iapps { namespace
26 } // namespace iapps
iapps_finder_impl.h 25 namespace iapps { namespace
41 // FindIAppsOnFileThread helps iApps finders by taking care of the details of
44 // find the iApps's library, |callback| gets an empty string.
48 } // namespace iapps
iapps_finder_impl_win.cc 20 namespace iapps { namespace
40 void TryDefaultLocation(const iapps::IAppsFinderCallback& callback) {
59 void FinishedParsingPrefXML(const iapps::IAppsFinderCallback& callback,
70 void FindITunesLibraryOnFileThread(const iapps::IAppsFinderCallback& callback) {
97 } // namespace iapps
iapps_data_provider.h 18 namespace iapps { namespace
75 } // namespace iapps
iphoto_data_provider.h 28 class IPhotoDataProvider : public iapps::IAppsDataProvider {
68 scoped_refptr<iapps::SafeIAppsLibraryParser> xml_parser_;
itunes_data_provider.h 27 class ITunesDataProvider : public iapps::IAppsDataProvider {
82 scoped_refptr<iapps::SafeIAppsLibraryParser> xml_parser_;
iapps_data_provider.cc 26 namespace iapps { namespace
85 } // namespace iapps
iapps_finder_impl.cc 11 namespace iapps { namespace
56 } // namespace iapps
safe_iapps_library_parser.h 24 namespace iapps { namespace
31 // Since iApps library XML files can be big, SafeIAppsLibraryParser passes
119 } // namespace iapps
iphoto_data_provider.cc 24 : iapps::IAppsDataProvider(library_path),
32 xml_parser_ = new iapps::SafeIAppsLibraryParser;
iapps_finder_impl_win_browsertest.cc 21 namespace iapps { namespace
195 } // namespace iapps
safe_iapps_library_parser.cc 16 namespace iapps { namespace
48 VLOG(1) << "Could not open iApps library XML file: "
176 } // namespace iapps
itunes_data_provider.cc 181 : iapps::IAppsDataProvider(library_path),
190 xml_parser_ = new iapps::SafeIAppsLibraryParser;
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_test_util.cc 94 iapps::SetMacPreferencesForTesting(NULL);
160 iapps::SetMacPreferencesForTesting(mac_preferences_.get());
165 base::mac::NSToCFCast(iapps::kITunesRecentDatabasePathsKey),
171 base::mac::NSToCFCast(iapps::kIPhotoRecentDatabasesKey),
media_galleries_preferences.cc 418 iapps::FindITunesLibrary(
427 iapps::FindIPhotoLibrary(
    [all...]
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 780 bool result = parser.Parse(iapps::ReadPlatformFileAsString(file));
792 bool result = parser.Parse(iapps::ReadPlatformFileAsString(file));

Completed in 1814 milliseconds