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 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_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...]

Completed in 67 milliseconds