Home | History | Annotate | Download | only in fileapi

Lines Matching refs:album

31   typedef std::map<TrackName, base::FilePath> Album;
50 // Returns true if |artist| has an album by the name |album| in the library.
51 bool KnownAlbum(const ArtistName& artist, const AlbumName& album) const;
53 // Get the track named (filename basename) |track| in |album| by |artist|.
56 const AlbumName& album,
65 // Get the tracks for the |album| by |artist|.
66 Album GetAlbum(const ArtistName& artist, const AlbumName& album) const;
71 typedef std::map<AlbumName, Album> Artist;