HomeSort by relevance Sort by last modified time
    Searched defs:Artist (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.h 47 // Returns true if |artist| exists in the library.
48 bool KnownArtist(const ArtistName& artist) const;
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|.
55 base::FilePath GetTrackLocation(const ArtistName& artist,
62 // Get the set of albums for |artist|.
63 std::set<AlbumName> GetAlbumNames(const ArtistName& artist) const;
65 // Get the tracks for the |album| by |artist|.
66 Album GetAlbum(const ArtistName& artist, const AlbumName& album) const
    [all...]
  /external/chromium_org/third_party/skia/include/views/
SkView.h 253 /** \class Artist
259 class Artist : public SkRefCnt {
261 SK_DECLARE_INST_COUNT(Artist)
271 /** Return the artist attached to this view (or null). The artist's reference
274 Artist* getArtist() const;
275 /** Attach the specified artist (or null) to the view, replacing any existing
276 artist. If the new artist is not null, its reference count is incremented.
277 The artist parameter is returned
    [all...]
  /external/skia/include/views/
SkView.h 253 /** \class Artist
259 class Artist : public SkRefCnt {
261 SK_DECLARE_INST_COUNT(Artist)
271 /** Return the artist attached to this view (or null). The artist's reference
274 Artist* getArtist() const;
275 /** Attach the specified artist (or null) to the view, replacing any existing
276 artist. If the new artist is not null, its reference count is incremented.
277 The artist parameter is returned
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4WRITER_common.h 186 M4OSA_Char* Artist ;

Completed in 160 milliseconds