Home | History | Annotate | Download | only in common

Lines Matching refs:itunes

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 and
308 // an itunes::Library data structure.
311 itunes::parser::Library /* iTunes library */)