OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Album
(Results
1 - 4
of
4
) 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
...]
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js
63
*
Album
constructor.
65
*
Album
object stores information about picasa
album
.
67
picasa.
Album
= function(id, title, location, description, link) {
105
* @type {Array.<picasa.
Album
>}
142
* @type {Array.<picasa.
Album
>}
290
* @param {Function(Array.<picasa.
Album
>)} callback Callback.
310
* Returns
album
object created from entry.
311
* @param {*} entry The feed entry corresponding to
album
.
312
* @return {picasa.
Album
} The album object
[
all
...]
Completed in 33 milliseconds