Searched defs:media_device (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry.h53 bool media_device);
63 bool media_device; member in struct:MediaFileSystemInfo
H A Dmedia_file_system_registry.cc244 bool media_device)
251 media_device(media_device) {
238 MediaFileSystemInfo(const base::string16& fs_name, const base::FilePath& fs_path, const std::string& filesystem_id, MediaGalleryPrefId pref_id, const std::string& transient_device_id, bool removable, bool media_device) argument
H A Dmedia_file_system_registry_unittest.cc176 bool media_device) {
179 EXPECT_EQ(media_device, info.media_device);
325 bool media_device);
711 bool media_device) {
726 removable, media_device);
172 CheckGalleryInfo(const MediaFileSystemInfo& info, TestMediaFileSystemContext* fs_context, const base::FilePath& path, bool removable, bool media_device) argument
706 CheckNewGalleryInfo( ProfileState* profile_state, const FSInfoMap& galleries_info, const base::FilePath& location, bool removable, bool media_device) argument
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win_unittest.cc69 bool media_device);
143 bool media_device) {
147 EXPECT_EQ(media_device, info.media_device);
138 CheckGalleryInfo( const MediaFileSystemInfo& info, const base::string16& name, const base::FilePath& path, bool removable, bool media_device) argument

Completed in 89 milliseconds