Searched refs:SafeIAppsLibraryParser (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dsafe_iapps_library_parser.cc19 SafeIAppsLibraryParser::SafeIAppsLibraryParser() function in class:iapps::SafeIAppsLibraryParser
22 void SafeIAppsLibraryParser::ParseIPhotoLibrary(
30 void SafeIAppsLibraryParser::ParseITunesLibrary(
38 void SafeIAppsLibraryParser::Start() {
50 base::Bind(&SafeIAppsLibraryParser::OnOpenLibraryFileFailed, this));
56 base::Bind(&SafeIAppsLibraryParser::StartProcessOnIOThread, this));
59 SafeIAppsLibraryParser::~SafeIAppsLibraryParser() {}
61 void SafeIAppsLibraryParser
[all...]
H A Dsafe_iapps_library_parser.h26 // SafeIAppsLibraryParser parses the given iTunes library XML file safely via
27 // a utility process. The SafeIAppsLibraryParser object is ref-counted and
31 // Since iApps library XML files can be big, SafeIAppsLibraryParser passes
33 // SafeIAppsLibraryParser lives on the Media Task Runner unless otherwise
35 class SafeIAppsLibraryParser : public content::UtilityProcessHostClient { class in namespace:iapps
42 SafeIAppsLibraryParser();
62 virtual ~SafeIAppsLibraryParser();
116 DISALLOW_COPY_AND_ASSIGN(SafeIAppsLibraryParser);
H A Diphoto_data_provider.h68 scoped_refptr<iapps::SafeIAppsLibraryParser> xml_parser_;
H A Ditunes_data_provider.h82 scoped_refptr<iapps::SafeIAppsLibraryParser> xml_parser_;
H A Diphoto_data_provider.cc30 xml_parser_ = new iapps::SafeIAppsLibraryParser;
H A Ditunes_data_provider.cc189 xml_parser_ = new iapps::SafeIAppsLibraryParser;

Completed in 153 milliseconds