Home
last modified time | relevance | path

Searched refs:IsRemovableStorageAttached (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/storage_monitor/
Dmedia_storage_util.h60 static bool IsRemovableStorageAttached(const std::string& id);
Dmedia_storage_util.cc78 if (!MediaStorageUtil::IsRemovableStorageAttached(*it)) in FilterAttachedDevicesOnFileThread()
237 bool MediaStorageUtil::IsRemovableStorageAttached(const std::string& id) { in IsRemovableStorageAttached() function in MediaStorageUtil
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_preferences.cc348 if (MediaStorageUtil::IsRemovableStorageAttached(device_id)) { in GetGalleryAdditionalDetails()
366 MediaStorageUtil::IsRemovableStorageAttached(device_id); in IsGalleryAvailable()