Home
last modified time | relevance | path

Searched refs:album_count (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
Dtunes_db.py50 album_count = messages.IntegerField(3) variable in Artist
320 album_count=artist_model.album_count)
470 artist.album_count += 1
505 artist.album_count -= 1
Dmodel.py114 album_count = db.IntegerProperty(default=0) variable in ArtistInfo