Home | History | Annotate | Download | only in media_galleries

Lines Matching refs:image_count

190   int image_count = 0;
213 dict.GetInteger(kMediaGalleriesScanImageCountKey, &image_count) &&
216 out_gallery_info->image_count = image_count;
220 out_gallery_info->image_count = 0;
261 if (gallery.audio_count || gallery.image_count || gallery.video_count) {
263 dict->SetInteger(kMediaGalleriesScanImageCountKey, gallery.image_count);
326 image_count(0),
764 int image_count,
770 audio_count, image_count, video_count,
780 int audio_count, int image_count, int video_count, int prefs_version) {
832 (audio_count > 0 || image_count > 0 || video_count > 0 ||
833 existing.audio_count || existing.image_count || existing.video_count);
866 dict->SetInteger(kMediaGalleriesScanImageCountKey, image_count);
899 gallery_info.image_count = image_count;