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

  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
gallery_watch_state_tracker.cc 47 MediaGalleryPrefId gallery_id; local
48 if (base::StringToUint64(gallery_id_str, &gallery_id))
49 gallery_ids.insert(gallery_id);
116 MediaGalleryPrefId gallery_id) {
119 if (HasGalleryWatchInfo(extension_id, gallery_id, false))
120 SetupGalleryWatch(extension_id, gallery_id, preferences);
126 MediaGalleryPrefId gallery_id) {
129 if (HasGalleryWatchInfo(extension_id, gallery_id, true))
130 RemoveGalleryWatch(extension_id, gallery_id, preferences);
134 MediaGalleryPrefId gallery_id) {
    [all...]
media_galleries_private_api.cc 57 // by the |gallery_id|. Returns true and set |gallery_file_path| and
58 // |gallery_pref_id| if the |gallery_id| is valid and returns false otherwise.
59 bool GetGalleryFilePathAndId(const std::string& gallery_id,
65 if (!base::StringToUint64(gallery_id, &pref_id))
182 params->gallery_id));
225 MediaGalleryPrefId gallery_id,
229 result.gallery_id = base::Uint64ToString(gallery_id);
238 state_tracker->OnGalleryWatchAdded(extension_id(), gallery_id); local
269 params->gallery_id));
    [all...]

Completed in 39 milliseconds