Home | History | Annotate | Download | only in media_galleries

Lines Matching refs:gallery

160     const MediaGalleryPrefInfo& gallery = it->second;
161 if (!gallery.IsBlackListedType()) {
163 SumFilesUnderPath(gallery.AbsolutePath(), child_folders);
164 if (gallery.audio_count != file_counts.audio_count ||
165 gallery.image_count != file_counts.image_count ||
166 gallery.video_count != file_counts.video_count) {
176 const MediaGalleryPrefInfo& gallery =
178 preferences->AddGallery(gallery.device_id, gallery.path, gallery.type,
179 gallery.volume_label, gallery.vendor_name,
180 gallery.model_name, gallery.total_size_in_bytes,
181 gallery.last_attach_time,
199 MediaGalleryPrefInfo gallery;
200 bool existing = preferences->LookUpGalleryByPath(it->first, &gallery);
202 preferences->AddGallery(gallery.device_id, gallery.path,
204 gallery.volume_label, gallery.vendor_name,
205 gallery.model_name, gallery.total_size_in_bytes,
206 gallery.last_attach_time, file_counts.audio_count,