SafeIAppsLibraryParser   31 chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc   xml_parser_ = new iapps::SafeIAppsLibraryParser;
SafeIAppsLibraryParser   68 chrome/browser/media_galleries/fileapi/iphoto_data_provider.h   scoped_refptr<iapps::SafeIAppsLibraryParser> xml_parser_;
SafeIAppsLibraryParser  190 chrome/browser/media_galleries/fileapi/itunes_data_provider.cc   xml_parser_ = new iapps::SafeIAppsLibraryParser;
SafeIAppsLibraryParser   82 chrome/browser/media_galleries/fileapi/itunes_data_provider.h   scoped_refptr<iapps::SafeIAppsLibraryParser> xml_parser_;
SafeIAppsLibraryParser   18 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc SafeIAppsLibraryParser::SafeIAppsLibraryParser()
SafeIAppsLibraryParser   21 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc void SafeIAppsLibraryParser::ParseIPhotoLibrary(
SafeIAppsLibraryParser   29 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc void SafeIAppsLibraryParser::ParseITunesLibrary(
SafeIAppsLibraryParser   37 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc void SafeIAppsLibraryParser::Start() {
SafeIAppsLibraryParser   52 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc         base::Bind(&SafeIAppsLibraryParser::OnOpenLibraryFileFailed, this));
SafeIAppsLibraryParser   58 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc       base::Bind(&SafeIAppsLibraryParser::StartProcessOnIOThread, this));
SafeIAppsLibraryParser   61 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc SafeIAppsLibraryParser::~SafeIAppsLibraryParser() {}
SafeIAppsLibraryParser   63 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc void SafeIAppsLibraryParser::StartProcessOnIOThread() {
SafeIAppsLibraryParser   77 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc void SafeIAppsLibraryParser::OnUtilityProcessStarted() {
SafeIAppsLibraryParser  110 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc void SafeIAppsLibraryParser::OnGotIPhotoLibrary(
SafeIAppsLibraryParser  125 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc void SafeIAppsLibraryParser::OnGotITunesLibrary(
SafeIAppsLibraryParser  139 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc void SafeIAppsLibraryParser::OnOpenLibraryFileFailed() {
SafeIAppsLibraryParser  144 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc void SafeIAppsLibraryParser::OnProcessCrashed(int exit_code) {
SafeIAppsLibraryParser  148 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc void SafeIAppsLibraryParser::OnError() {
SafeIAppsLibraryParser  159 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc bool SafeIAppsLibraryParser::OnMessageReceived(
SafeIAppsLibraryParser  162 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.cc   IPC_BEGIN_MESSAGE_MAP(SafeIAppsLibraryParser, message)
SafeIAppsLibraryParser   35 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.h class SafeIAppsLibraryParser : public content::UtilityProcessHostClient {
SafeIAppsLibraryParser   42 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.h   SafeIAppsLibraryParser();
SafeIAppsLibraryParser   62 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.h   virtual ~SafeIAppsLibraryParser();
SafeIAppsLibraryParser  116 chrome/browser/media_galleries/fileapi/safe_iapps_library_parser.h   DISALLOW_COPY_AND_ASSIGN(SafeIAppsLibraryParser);