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

  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.h 49 struct MediaGalleryPrefInfo {
66 MediaGalleryPrefInfo();
67 ~MediaGalleryPrefInfo();
146 typedef std::map<MediaGalleryPrefId, MediaGalleryPrefInfo>
209 MediaGalleryPrefInfo* gallery) const;
232 MediaGalleryPrefInfo::Type type,
246 MediaGalleryPrefInfo::Type type);
329 MediaGalleryPrefInfo::Type type,
340 MediaGalleryPrefInfo::DefaultGalleryType default_gallery_type);
media_galleries_preferences.cc 126 MediaGalleryPrefInfo::Type* type) {
132 *type = MediaGalleryPrefInfo::kUserAdded;
136 *type = MediaGalleryPrefInfo::kAutoDetected;
140 *type = MediaGalleryPrefInfo::kBlackListed;
144 *type = MediaGalleryPrefInfo::kScanResult;
148 *type = MediaGalleryPrefInfo::kRemovedScan;
155 const char* TypeToStringValue(MediaGalleryPrefInfo::Type type) {
158 case MediaGalleryPrefInfo::kUserAdded:
161 case MediaGalleryPrefInfo::kAutoDetected:
164 case MediaGalleryPrefInfo::kBlackListed
    [all...]

Completed in 51 milliseconds