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

  /external/chromium_org/chrome/browser/ui/views/extensions/
media_gallery_checkbox_view.h 13 struct MediaGalleryPrefInfo;
28 MediaGalleryCheckboxView(const MediaGalleryPrefInfo& pref_info,
media_galleries_dialog_views_unittest.cc 23 MediaGalleryPrefInfo MakePrefInfoForTesting(MediaGalleryPrefId id) {
24 MediaGalleryPrefInfo gallery;
119 MediaGalleryPrefInfo gallery1 = MakePrefInfoForTesting(1);
125 MediaGalleryPrefInfo gallery2 = MakePrefInfoForTesting(2);
146 MediaGalleryPrefInfo gallery1 = MakePrefInfoForTesting(1);
152 MediaGalleryPrefInfo gallery2 = MakePrefInfoForTesting(2);
media_gallery_checkbox_view.cc 31 const MediaGalleryPrefInfo& pref_info,
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 133 if (it->second.type == MediaGalleryPrefInfo::kAutoDetected)
168 if (it->second.type != MediaGalleryPrefInfo::kAutoDetected &&
169 it->second.type != MediaGalleryPrefInfo::kBlackListed) {
201 void VerifyGalleryInfo(const MediaGalleryPrefInfo& actual,
227 MediaGalleryPrefInfo::Type type) {
234 if (type == MediaGalleryPrefInfo::kAutoDetected)
248 MediaGalleryPrefInfo::kScanResult);
258 MediaGalleryPrefInfo::Type type =
259 user_added ? MediaGalleryPrefInfo::kUserAdded
260 : MediaGalleryPrefInfo::kAutoDetected
    [all...]
media_galleries_preferences.cc 122 MediaGalleryPrefInfo::Type* type) {
128 *type = MediaGalleryPrefInfo::kUserAdded;
132 *type = MediaGalleryPrefInfo::kAutoDetected;
136 *type = MediaGalleryPrefInfo::kBlackListed;
140 *type = MediaGalleryPrefInfo::kScanResult;
144 *type = MediaGalleryPrefInfo::kRemovedScan;
151 const char* TypeToStringValue(MediaGalleryPrefInfo::Type type) {
154 case MediaGalleryPrefInfo::kUserAdded:
157 case MediaGalleryPrefInfo::kAutoDetected:
160 case MediaGalleryPrefInfo::kBlackListed
    [all...]
media_galleries_dialog_controller.h 47 Entry(const MediaGalleryPrefInfo& pref_info, bool selected)
53 MediaGalleryPrefInfo pref_info;
media_galleries_preferences.h 45 struct MediaGalleryPrefInfo {
55 MediaGalleryPrefInfo();
56 ~MediaGalleryPrefInfo();
129 typedef std::map<MediaGalleryPrefId, MediaGalleryPrefInfo>
192 MediaGalleryPrefInfo* gallery) const;
211 MediaGalleryPrefInfo::Type type,
225 MediaGalleryPrefInfo::Type type);
304 MediaGalleryPrefInfo::Type type,
media_galleries_scan_result_controller_unittest.cc 111 MediaGalleryPrefInfo::Type type,
114 MediaGalleryPrefInfo gallery_info;
131 return AddGallery(path, MediaGalleryPrefInfo::kScanResult, audio_count,
202 AddGallery("auto_id", MediaGalleryPrefInfo::kAutoDetected, 2, 0, 0);
242 AddGallery("auto_id", MediaGalleryPrefInfo::kAutoDetected, 2, 0, 0);
258 AddGallery("scan_id", MediaGalleryPrefInfo::kUserAdded, 1, 0, 0);
287 MediaGalleryPrefInfo::kUserAdded);
290 MediaGalleryPrefInfo::kAutoDetected);
293 MediaGalleryPrefInfo::kAutoDetected);
327 const MediaGalleryPrefInfo& unselected_update_info
    [all...]
media_galleries_permission_controller_unittest.cc 35 std::string GalleryName(const MediaGalleryPrefInfo& gallery) {
116 void TestForgottenType(MediaGalleryPrefInfo::Type type,
179 MediaGalleryPrefInfo::Type type, bool forget_preserves_pref_id) {
218 MediaGalleryPrefInfo retrieved_info;
240 TestForgottenType(MediaGalleryPrefInfo::kUserAdded,
245 TestForgottenType(MediaGalleryPrefInfo::kAutoDetected,
250 TestForgottenType(MediaGalleryPrefInfo::kScanResult,
255 MediaGalleryPrefInfo gallery;
259 gallery.type = MediaGalleryPrefInfo::kAutoDetected;
media_scan_manager.cc 43 type(MediaGalleryPrefInfo::kInvalidType) {}
44 LocationInfo(MediaGalleryPrefId pref_id, MediaGalleryPrefInfo::Type type,
54 return rhs.type == MediaGalleryPrefInfo::kScanResult;
60 MediaGalleryPrefInfo::Type type;
78 MediaGalleryPrefInfo::kScanResult,
99 if (current.type == MediaGalleryPrefInfo::kScanResult &&
138 if (it->second.type == MediaGalleryPrefInfo::kScanResult &&
160 const MediaGalleryPrefInfo& gallery = it->second;
176 const MediaGalleryPrefInfo& gallery =
199 MediaGalleryPrefInfo gallery
    [all...]
media_scan_manager_unittest.cc 159 MediaGalleryPrefInfo::Type type,
165 MediaGalleryPrefInfo gallery_info;
595 AddGallery("uscan", MediaGalleryPrefInfo::kScanResult, 1, 0, 0);
597 AddGallery("gscan", MediaGalleryPrefInfo::kScanResult, 0, 2, 0);
617 AddGallery("uscan", MediaGalleryPrefInfo::kScanResult, 1, 1, 1);
652 AddGallery("auto", MediaGalleryPrefInfo::kAutoDetected, 1, 0, 0);
654 AddGallery("user", MediaGalleryPrefInfo::kUserAdded, 0, 2, 0);
656 AddGallery("scan", MediaGalleryPrefInfo::kScanResult, 0, 0, 3);
media_galleries_permission_controller.cc 301 MediaGalleryPrefInfo gallery;
386 const MediaGalleryPrefInfo& gallery_info = pref_it->second;
397 const MediaGalleryPrefInfo& gallery = iter->second;
454 const MediaGalleryPrefInfo& gallery = iter->second.pref_info;
456 gallery.device_id, gallery.path, MediaGalleryPrefInfo::kUserAdded,
media_file_system_registry_unittest.cc 634 device_id, base::FilePath(), MediaGalleryPrefInfo::kUserAdded,
685 ASSERT_EQ(MediaGalleryPrefInfo::kAutoDetected, it->second.type);
741 if (it->second.type == MediaGalleryPrefInfo::kAutoDetected) {
    [all...]
media_galleries_scan_result_controller.cc 271 const MediaGalleryPrefInfo& gallery = it->second;
media_file_system_registry.cc 299 const MediaGalleryPrefInfo& gallery,
362 const MediaGalleryPrefInfo& gallery_info =
407 const MediaGalleryPrefInfo& gallery,
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
media_gallery_list_entry_view.h 39 prefInfo:(const MediaGalleryPrefInfo&)prefInfo
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_watch_apitest.cc 154 MediaGalleryPrefInfo gallery_info;
160 MediaGalleryPrefInfo::kAutoDetected,
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 210 MediaGalleryPrefInfo gallery_info;
216 MediaGalleryPrefInfo::kAutoDetected,
media_galleries_api.cc 535 const MediaGalleryPrefInfo& gallery = gallery_it->second;
610 MediaGalleryPrefInfo::kUserAdded);
    [all...]

Completed in 115 milliseconds