OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Album
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/media_galleries/
itunes_library.h
28
typedef std::set<Track>
Album
;
29
typedef std::map<std::string /*
album
name*/,
Album
> Albums;
iphoto_library.h
31
typedef std::set<uint64>
Album
;
32
typedef std::map<std::string /*
album
name*/,
Album
> Albums;
/external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.h
32
typedef std::map<TrackName, base::FilePath>
Album
;
43
// Returns true if |artist| has an
album
by the name |
album
| in the library.
44
bool KnownAlbum(const ArtistName& artist, const AlbumName&
album
) const;
46
// Get the track named (filename basename) |track| in |
album
| by |artist|.
49
const AlbumName&
album
,
58
// Get the tracks for the |
album
| by |artist|.
59
Album
GetAlbum(const ArtistName& artist, const AlbumName&
album
) const;
64
typedef std::map<AlbumName,
Album
> Artist
[
all
...]
Completed in 527 milliseconds