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

  /external/chromium_org/chrome/browser/ui/gtk/extensions/
media_galleries_dialog_gtk.h 45 typedef std::map<GtkWidget*, MediaGalleryPrefInfo> NewCheckboxMap;
50 virtual void UpdateGalleryInContainer(const MediaGalleryPrefInfo& gallery,
71 // Map for checkboxes of newly-added galleries to their MediaGalleryPrefInfo.
media_galleries_dialog_gtk_unittest.cc 22 MediaGalleryPrefInfo MakePrefInfoForTesting(MediaGalleryPrefId id) {
23 MediaGalleryPrefInfo gallery;
135 MediaGalleryPrefInfo gallery1 = MakePrefInfoForTesting(1);
141 MediaGalleryPrefInfo gallery2 = MakePrefInfoForTesting(2);
169 MediaGalleryPrefInfo gallery1 = MakePrefInfoForTesting(1);
175 MediaGalleryPrefInfo gallery2 = MakePrefInfoForTesting(2);
media_galleries_dialog_gtk.cc 170 const MediaGalleryPrefInfo& gallery,
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 106 bool GetType(const DictionaryValue& dict, MediaGalleryPrefInfo::Type* type) {
112 *type = MediaGalleryPrefInfo::kAutoDetected;
116 *type = MediaGalleryPrefInfo::kUserAdded;
120 *type = MediaGalleryPrefInfo::kBlackListed;
128 const DictionaryValue& dict, MediaGalleryPrefInfo* out_gallery_info) {
133 MediaGalleryPrefInfo::Type type = MediaGalleryPrefInfo::kAutoDetected;
178 const MediaGalleryPrefInfo& gallery) {
189 case MediaGalleryPrefInfo::kAutoDetected:
192 case MediaGalleryPrefInfo::kUserAdded
    [all...]
media_galleries_dialog_controller_unittest.cc 15 std::string GalleryName(const MediaGalleryPrefInfo& gallery) {
22 MediaGalleryPrefInfo gallery;
26 gallery.type = MediaGalleryPrefInfo::kAutoDetected;
media_galleries_preferences_unittest.cc 127 if (it->second.type == MediaGalleryPrefInfo::kAutoDetected)
183 void VerifyGalleryInfo(const MediaGalleryPrefInfo& actual,
206 MediaGalleryPrefInfo::Type type) {
213 if (type == MediaGalleryPrefInfo::kAutoDetected)
311 MediaGalleryPrefInfo::kAutoDetected);
329 MediaGalleryPrefInfo::kUserAdded);
338 MediaGalleryPrefInfo gallery_info;
359 expected_galleries_[auto_id].type = MediaGalleryPrefInfo::kBlackListed;
389 MediaGalleryPrefInfo::kAutoDetected);
392 MediaGalleryPrefInfo gallery_info
    [all...]
media_galleries_preferences.h 45 struct MediaGalleryPrefInfo {
53 MediaGalleryPrefInfo();
54 ~MediaGalleryPrefInfo();
116 typedef std::map<MediaGalleryPrefId, MediaGalleryPrefInfo>
179 MediaGalleryPrefInfo* gallery) const;
media_galleries_dialog_controller.h 57 GalleryPermission(const MediaGalleryPrefInfo& pref_info, bool allowed)
61 MediaGalleryPrefInfo pref_info;
97 virtual void DidToggleNewGallery(const MediaGalleryPrefInfo& gallery,
media_galleries_dialog_controller.cc 259 const MediaGalleryPrefInfo& gallery,
304 MediaGalleryPrefInfo gallery;
306 if (gallery_exists && gallery.type != MediaGalleryPrefInfo::kBlackListed) {
381 const MediaGalleryPrefInfo& gallery_info = pref_it->second;
391 const MediaGalleryPrefInfo& gallery = iter->second;
392 if (gallery.type == MediaGalleryPrefInfo::kBlackListed) {
433 const MediaGalleryPrefInfo& gallery = iter->pref_info;
media_file_system_registry_unittest.cc 675 ASSERT_EQ(MediaGalleryPrefInfo::kAutoDetected, it->second.type);
731 if (it->second.type == MediaGalleryPrefInfo::kAutoDetected) {
    [all...]
media_file_system_registry.cc 305 const MediaGalleryPrefInfo& gallery_info =
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.h 68 typedef std::map<views::Checkbox*, MediaGalleryPrefInfo> NewCheckboxMap;
74 bool AddOrUpdateGallery(const MediaGalleryPrefInfo& gallery,
media_galleries_dialog_views.cc 199 const MediaGalleryPrefInfo& gallery,
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
media_galleries_dialog_cocoa.h 59 void UpdateGalleryCheckbox(const MediaGalleryPrefInfo& gallery,
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_event_router.cc 93 MediaGalleryPrefInfo pref_info;
96 pref_info.type = MediaGalleryPrefInfo::kAutoDetected;
  /external/chromium_org/chrome/browser/ui/webui/options/
media_galleries_handler.cc 91 const MediaGalleryPrefInfo& gallery = iter->second;
92 if (gallery.type == MediaGalleryPrefInfo::kBlackListed)
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 143 MediaGalleryPrefInfo gallery_info;
media_galleries_api.cc 314 const MediaGalleryPrefInfo& gallery = gallery_it->second;

Completed in 210 milliseconds