Home
last modified time | relevance | path

Searched refs:gallery_info (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_preferences.cc586 MediaGalleryPrefInfo gallery_info; in InitFromPrefs() local
587 if (!PopulateGalleryPrefInfoFromDictionary(*dict, &gallery_info)) in InitFromPrefs()
590 known_galleries_[gallery_info.pref_id] = gallery_info; in InitFromPrefs()
591 device_map_[gallery_info.device_id].insert(gallery_info.pref_id); in InitFromPrefs()
625 MediaGalleryPrefInfo* gallery_info) const { in LookUpGalleryByPath()
630 if (gallery_info) in LookUpGalleryByPath()
631 *gallery_info = MediaGalleryPrefInfo(); in LookUpGalleryByPath()
645 if (gallery_info) in LookUpGalleryByPath()
646 *gallery_info = gallery; in LookUpGalleryByPath()
657 if (gallery_info) { in LookUpGalleryByPath()
[all …]
Dmedia_galleries_preferences_unittest.cc338 MediaGalleryPrefInfo gallery_info; in TEST_F() local
340 &gallery_info)); in TEST_F()
341 VerifyGalleryInfo(gallery_info, auto_id); in TEST_F()
342 EXPECT_FALSE(gallery_info.volume_metadata_valid); in TEST_F()
344 &gallery_info)); in TEST_F()
345 VerifyGalleryInfo(gallery_info, user_added_id); in TEST_F()
346 EXPECT_FALSE(gallery_info.volume_metadata_valid); in TEST_F()
349 EXPECT_FALSE(gallery_prefs()->LookUpGalleryByPath(path, &gallery_info)); in TEST_F()
350 EXPECT_EQ(kInvalidMediaGalleryPrefId, gallery_info.pref_id); in TEST_F()
354 EXPECT_EQ(other_info.device_id(), gallery_info.device_id); in TEST_F()
[all …]
Dmedia_file_system_registry.cc305 const MediaGalleryPrefInfo& gallery_info = in GetMediaFileSystemsForAttachedDevices() local
307 const std::string& device_id = gallery_info.device_id; in GetMediaFileSystemsForAttachedDevices()
319 base::FilePath path = gallery_info.AbsolutePath(); in GetMediaFileSystemsForAttachedDevices()
329 gallery_info.GetGalleryDisplayName(), in GetMediaFileSystemsForAttachedDevices()
Dmedia_galleries_dialog_controller.cc381 const MediaGalleryPrefInfo& gallery_info = pref_it->second; in OnGalleryInfoUpdated() local
382 UpdateGalleriesOnDeviceEvent(gallery_info.device_id); in OnGalleryInfoUpdated()
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
Dmedia_galleries_apitest.cc143 MediaGalleryPrefInfo gallery_info; in MakeSingleFakeGallery() local
145 &gallery_info)); in MakeSingleFakeGallery()
146 preferences->AddGallery(gallery_info.device_id, in MakeSingleFakeGallery()
147 gallery_info.path, in MakeSingleFakeGallery()
149 gallery_info.volume_label, in MakeSingleFakeGallery()
150 gallery_info.vendor_name, in MakeSingleFakeGallery()
151 gallery_info.model_name, in MakeSingleFakeGallery()
152 gallery_info.total_size_in_bytes, in MakeSingleFakeGallery()
153 gallery_info.last_attach_time); in MakeSingleFakeGallery()