Home | History | Annotate | Download | only in media_galleries_private

Lines Matching defs:gallery_id

53 // by the |gallery_id|. Returns true and set |gallery_file_path| and
54 // |gallery_pref_id| if the |gallery_id| is valid and returns false otherwise.
55 bool GetGalleryFilePathAndId(const std::string& gallery_id,
61 if (!base::StringToUint64(gallery_id, &pref_id))
176 params->gallery_id));
213 MediaGalleryPrefId gallery_id,
217 result.gallery_id = base::Uint64ToString(gallery_id);
226 state_tracker->OnGalleryWatchAdded(extension_id(), gallery_id);
255 params->gallery_id));