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

  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
path_util.js 20 REMOVABLE: 'removable',
48 REMOVABLE: '/removable',
250 type == RootType.REMOVABLE) {
279 return (type == RootType.ARCHIVE || type == RootType.REMOVABLE);
322 if (path === RootDirectory.REMOVABLE)
324 if (PathUtil.isParentPath(RootDirectory.REMOVABLE, path))
325 return path.substring(RootDirectory.REMOVABLE.length + 1);
432 case util.VolumeType.REMOVABLE: rootType = RootType.REMOVABLE; break
    [all...]
util.js     [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
volume_mount_watcher_win.cc 36 REMOVABLE,
50 // a removable storage, or a floppy. A "floppy" here means "a volume we
53 // on either floppy or removable volumes. The DRIVE_CDROM type is handled
86 return REMOVABLE;
156 if (device_type == REMOVABLE) {
180 // Returns a vector of all the removable mass storage devices that are
210 // Eject a removable volume at the specified |device| path. This works by
501 // If the device isn't type removable (like a CD), it won't be there.
  /external/chromium_org/ash/shelf/
shelf_view.h 151 REMOVABLE, // Item can be removed when dragged away.
shelf_view.cc     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_manager_commands.js 371 rootType == RootType.REMOVABLE);
417 var removable = root &&
418 PathUtil.getRootType(root.fullPath) == RootType.REMOVABLE;
422 event.canExecute = removable;
423 event.command.setHidden(!removable);
directory_model.js 227 case RootType.REMOVABLE:
1038 case RootType.REMOVABLE:
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
navigation_list.js 47 * path represents removable storage.
64 if (rootType === RootType.ARCHIVE || rootType === RootType.REMOVABLE) {
96 // - Removable and Archive volumes
261 * Sets a context menu. Context menu is enabled only on archive and removable
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
volume_manager.js 176 RootType.DRIVE, RootType.DOWNLOADS, RootType.ARCHIVE, RootType.REMOVABLE

Completed in 200 milliseconds