HomeSort by relevance Sort by last modified time
    Searched defs:REMOVABLE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/shelf/
shelf_view.h 151 REMOVABLE, // Item can be removed when dragged away.
  /external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.cc 39 REMOVABLE,
53 // a removable storage, or a floppy. A "floppy" here means "a volume we
56 // on either floppy or removable volumes. The DRIVE_CDROM type is handled
89 return REMOVABLE;
159 if (device_type == REMOVABLE) {
183 // Returns a vector of all the removable mass storage devices that are
213 // Eject a removable volume at the specified |device| path. This works by
528 // If the device isn't type removable (like a CD), it won't be there.

Completed in 3872 milliseconds