HomeSort by relevance Sort by last modified time
    Searched refs:gallery_info (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 725 MediaGalleryPrefInfo gallery_info; local
726 if (!PopulateGalleryPrefInfoFromDictionary(*dict, &gallery_info))
729 known_galleries_[gallery_info.pref_id] = gallery_info;
730 device_map_[gallery_info.device_id].insert(gallery_info.pref_id);
761 MediaGalleryPrefInfo* gallery_info) const {
770 *gallery_info = it->second;
778 if (gallery_info)
779 *gallery_info = MediaGalleryPrefInfo()
1002 MediaGalleryPrefInfo gallery_info; local
1113 MediaGalleryPrefInfo gallery_info; local
1266 MediaGalleriesPrefInfoMap::const_iterator gallery_info = local
    [all...]
gallery_watch_manager_unittest.cc 97 MediaGalleryPrefInfo gallery_info; local
98 EXPECT_FALSE(gallery_prefs_->LookUpGalleryByPath(path, &gallery_info));
100 gallery_prefs_->AddGallery(gallery_info.device_id,
101 gallery_info.path,
103 gallery_info.volume_label,
104 gallery_info.vendor_name,
105 gallery_info.model_name,
106 gallery_info.total_size_in_bytes,
107 gallery_info.last_attach_time,
media_galleries_scan_result_controller_unittest.cc 114 MediaGalleryPrefInfo gallery_info; local
116 &gallery_info); local
118 gallery_info.device_id,
119 gallery_info.path,
121 gallery_info.volume_label,
122 gallery_info.vendor_name,
123 gallery_info.model_name,
124 gallery_info.total_size_in_bytes,
125 gallery_info.last_attach_time,
media_galleries_preferences_unittest.cc 482 MediaGalleryPrefInfo gallery_info; local
484 MakeMediaGalleriesTestingPath("new_auto"), &gallery_info));
485 VerifyGalleryInfo(gallery_info, auto_id);
486 EXPECT_FALSE(gallery_info.volume_metadata_valid);
488 MakeMediaGalleriesTestingPath("new_user"), &gallery_info));
489 VerifyGalleryInfo(gallery_info, user_added_id);
490 EXPECT_FALSE(gallery_info.volume_metadata_valid);
492 MakeMediaGalleriesTestingPath("new_scan"), &gallery_info));
493 VerifyGalleryInfo(gallery_info, scan_id);
494 EXPECT_FALSE(gallery_info.volume_metadata_valid)
624 MediaGalleryPrefInfo gallery_info; local
1186 MediaGalleryPrefInfo gallery_info; local
    [all...]
media_scan_manager_unittest.cc 165 MediaGalleryPrefInfo gallery_info; local
166 gallery_prefs_->LookUpGalleryByPath(full_path, &gallery_info);
167 return gallery_prefs_->AddGallery(gallery_info.device_id,
168 gallery_info.path,
170 gallery_info.volume_label,
171 gallery_info.vendor_name,
172 gallery_info.model_name,
173 gallery_info.total_size_in_bytes,
174 gallery_info.last_attach_time,
media_file_system_registry.cc 365 const MediaGalleryPrefInfo& gallery_info = local
367 const std::string& device_id = gallery_info.device_id;
378 base::FilePath path = gallery_info.AbsolutePath();
388 gallery_info.GetGalleryDisplayName(),
media_galleries_permission_controller.cc 386 const MediaGalleryPrefInfo& gallery_info = pref_it->second; local
387 UpdateGalleriesOnDeviceEvent(gallery_info.device_id);
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_watch_apitest.cc 158 MediaGalleryPrefInfo gallery_info; local
160 preferences->LookUpGalleryByPath(test_gallery_.path(), &gallery_info));
162 preferences->AddGallery(gallery_info.device_id,
163 gallery_info.path,
165 gallery_info.volume_label,
166 gallery_info.vendor_name,
167 gallery_info.model_name,
168 gallery_info.total_size_in_bytes,
169 gallery_info.last_attach_time,
media_galleries_apitest.cc 211 MediaGalleryPrefInfo gallery_info; local
213 &gallery_info));
215 gallery_info.device_id,
216 gallery_info.path,
218 gallery_info.volume_label,
219 gallery_info.vendor_name,
220 gallery_info.model_name,
221 gallery_info.total_size_in_bytes,
222 gallery_info.last_attach_time,
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_watch_apitest.cc 154 MediaGalleryPrefInfo gallery_info; local
156 &gallery_info));
158 gallery_info.device_id,
159 gallery_info.path,
161 gallery_info.volume_label,
162 gallery_info.vendor_name,
163 gallery_info.model_name,
164 gallery_info.total_size_in_bytes,
165 gallery_info.last_attach_time,

Completed in 286 milliseconds