Home | History | Annotate | Download | only in fileapi

Lines Matching refs:library

26 // SafeIAppsLibraryParser parses the given iTunes library XML file safely via
31 // Since iApps library XML files can be big, SafeIAppsLibraryParser passes
37 typedef base::Callback<void(bool, const iphoto::parser::Library&)>
39 typedef base::Callback<void(bool, const itunes::parser::Library&)>
44 // Start the parse of the iPhoto library file.
48 // Start the parse of the iTunes library file.
78 void OnGotIPhotoLibrary(bool result, const iphoto::parser::Library& library);
83 void OnGotITunesLibrary(bool result, const itunes::parser::Library& library);
85 // Sets |parser_state_| in case the library XML file cannot be opened.