HomeSort by relevance Sort by last modified time
    Searched refs:Volume (Results 51 - 66 of 66) sorted by null

1 23

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager_commands.js 91 * Sets the command as visible only when the current volume is drive and it's
197 * Creates the volume switch command with index.
198 * @param {number} index Volume index from 1 to 9.
199 * @return {Command} Volume switch command.
585 CommandHandler.COMMANDS_['volume-help'] = {
664 * Activates the n-th volume.
667 CommandHandler.COMMANDS_['volume-switch-1'] =
669 CommandHandler.COMMANDS_['volume-switch-2'] =
671 CommandHandler.COMMANDS_['volume-switch-3'] =
673 CommandHandler.COMMANDS_['volume-switch-4']
    [all...]
drive_banners.js 136 * Invoked when the drive connection status is change in the volume manager.
220 var box = this.document_.querySelector('#volume-space-warning');
460 * @param {VolumeInfo} volumeInfo Volume info to be checked.
496 * @param {VolumeInfo} volume Type of volume, which we are interested in.
500 volume) {
503 switch (volume.volumeType) {
521 if (!volume.fileSystem)
525 volume.volumeId,
529 if (volume !== currentVolume)
    [all...]
directory_tree.js 195 icon.classList.add('volume-icon');
198 icon.setAttribute('volume-type-icon', location.rootType);
407 * A TreeItem which represents a volume. Volume items are displayed as
410 * @param {NavigationModelItem} modelItem NavigationModelItem of this volume.
436 // Overrides the property 'expanded' to prevent volume items from shrinking.
462 * @param {NavigationModelItem} modelItem NavigationModelItem of this volume.
477 // Populate children of this volume using resolved display root.
490 // If the currently selected volume is clicked, change current directory to
491 // the volume's root
    [all...]
file_transfer_controller.js 21 * @param {VolumeManagerWrapper} volumeManager Volume manager instance.
    [all...]
file_manager.js 21 * Volume manager.
77 * VolumeInfo of the current volume.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 117 * @param {VolumeManagerWrapper} volumeManager Volume manager instance.
766 * @param {VolumeManagerWrapper} volumeManager Volume manager instance.
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js 11 * @param {VolumeManagerWrapper} volumeManager Volume manager.
78 * @param {VolumeManagerWrapper} volumeManager Volume manager.
114 * @param {VolumeManagerWrapper} volumeManager Volume manager.
    [all...]
gallery.js 39 * volume.
68 * @param {VolumeManager} volumeManager Volume manager instance.
289 * Closes gallery when a volume containing the selected item is unmounted.
slide_mode.js 18 * @param {VolumeManager} volumeManager Volume manager.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h 847 VDS_VOLUME_NOTIFICATION Volume;
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 227 * Opens the root directory of the volume in Files.app.
228 * @param {string} volumeId ID of a volume to be opened.
239 'Volume having the device path: ' + devicePath + ' is not found.');
780 // volume will appear on the navigation list.
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 298 <li><a href="<?cs var:toroot ?>training/managing-audio/volume-playback.html">
299 Controlling Your App's Volume and Playback
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js 476 Stereo audio with a sample rate of 70 khz, a minimum buffer of 15000 samples total, a maximum buffer of 25000 samples total and a starting volume level of 1.
484 function XAudioServer(channels, sampleRate, minBufferSize, maxBufferSize, underRunCallback, volume) {
491 XAudioJSVolume = (volume >= 0 && volume <= 1) ? volume : 1;
727 this.audioHandleMoz.volume = XAudioJSVolume;
    [all...]
  /external/bison/
configure     [all...]

Completed in 539 milliseconds

1 23