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

  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.h 46 struct MediaFileSystemInfo {
47 MediaFileSystemInfo(const base::string16& fs_name,
54 MediaFileSystemInfo();
55 ~MediaFileSystemInfo();
66 typedef base::Callback<void(const std::vector<MediaFileSystemInfo>&)>
media_file_system_registry_unittest.cc 161 typedef std::map<MediaGalleryPrefId, MediaFileSystemInfo> FSInfoMap;
165 const std::vector<MediaFileSystemInfo>& file_systems) {
172 void CheckGalleryInfo(const MediaFileSystemInfo& info,
224 const std::vector<MediaFileSystemInfo>& regular_extension_galleries,
225 const std::vector<MediaFileSystemInfo>& all_extension_galleries);
239 const std::vector<MediaFileSystemInfo>& expected,
240 const std::vector<MediaFileSystemInfo>& actual);
241 bool ContainsEntry(const MediaFileSystemInfo& info,
242 const std::vector<MediaFileSystemInfo>& container);
327 std::vector<MediaFileSystemInfo> GetAutoAddedGalleries
    [all...]
media_file_system_registry.cc 238 MediaFileSystemInfo::MediaFileSystemInfo(const base::string16& fs_name,
254 MediaFileSystemInfo::MediaFileSystemInfo() {}
255 MediaFileSystemInfo::~MediaFileSystemInfo() {}
335 typedef std::map<MediaGalleryPrefId, MediaFileSystemInfo> PrefIdFsInfoMap;
350 std::vector<MediaFileSystemInfo> result;
387 MediaFileSystemInfo new_entry(
429 pref_id_map_[gallery.pref_id] = MediaFileSystemInfo(
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_api.h 122 void AlwaysShowDialog(const std::vector<MediaFileSystemInfo>& filesystems);
126 const std::vector<MediaFileSystemInfo>& filesystems);
133 void ReturnGalleries(const std::vector<MediaFileSystemInfo>& filesystems);
191 const std::vector<MediaFileSystemInfo>& filesystems);
268 void ReturnGalleries(const std::vector<MediaFileSystemInfo>& filesystems);
media_galleries_api.cc 170 const std::vector<MediaFileSystemInfo>& filesystems) {
506 const std::vector<MediaFileSystemInfo>& /*filesystems*/) {
511 const std::vector<MediaFileSystemInfo>& filesystems) {
524 const std::vector<MediaFileSystemInfo>& filesystems) {
555 cb.Run(std::vector<MediaFileSystemInfo>());
705 const std::vector<MediaFileSystemInfo>& filesystems) {
733 cb.Run(std::vector<MediaFileSystemInfo>());
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win_unittest.cc 41 typedef std::map<MediaGalleryPrefId, MediaFileSystemInfo> FSInfoMap;
45 const std::vector<MediaFileSystemInfo>& file_systems) {
65 void CheckGalleryInfo(const MediaFileSystemInfo& info,
139 const MediaFileSystemInfo& info,
174 MediaFileSystemInfo info = i->second;

Completed in 2271 milliseconds