Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/storage_monitor/
Dstorage_monitor_mac.mm38 StorageInfo::Type GetDeviceType(bool is_removable, bool has_dcim) {
39 if (!is_removable)
94 bool is_removable = is_removable_ref && CFBooleanGetValue(is_removable_ref);
96 bool has_dcim = is_removable && MediaStorageUtil::HasDcim(location);
97 StorageInfo::Type device_type = GetDeviceType(is_removable, has_dcim);
Dstorage_monitor_linux.cc169 const bool is_removable = (value && atoi(value) == 1); in GetDeviceInfo() local
172 if (is_removable) { in GetDeviceInfo()
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
Dmedia_galleries_api.cc318 metadata.is_removable = StorageInfo::IsRemovableDevice(gallery.device_id); in OnGetGalleries()