Home
last modified time | relevance | path

Searched refs:getVolumeInfo (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dnavigation_list_model.js161 var volumeInfo = this.volumeManager_.getVolumeInfo(shortcutPath);
224 var volumeInfo = this.volumeManager_.getVolumeInfo(shortcutPath);
247 var volumeInfo = this.volumeManager_.getVolumeInfo(shortcutPath);
Ddrive_banners.js422 var rootVolume = this.volumeManager_.getVolumeInfo(event.newDirEntry);
424 this.volumeManager_.getVolumeInfo(event.previousDirEntry) : null;
480 this.volumeManager_.getVolumeInfo(currentDirEntry);
481 var eventVolume = this.volumeManager_.getVolumeInfo(event.entry);
518 var currentVolume = this.volumeManager_.getVolumeInfo(
Dvolume_manager_wrapper.js220 VolumeManagerWrapper.prototype.getVolumeInfo = function(mountPath) { method in VolumeManagerWrapper
222 this.volumeManager_ && this.volumeManager_.getVolumeInfo(mountPath));
Ddirectory_model.js228 var volumeInfo = this.volumeManager_.getVolumeInfo(path);
821 if (!this.volumeManager_.getVolumeInfo(RootDirectory.DRIVE)) {
989 var driveVolume = this.volumeManager_.getVolumeInfo(RootDirectory.DRIVE);
1021 !this.volumeManager_.getVolumeInfo(this.getCurrentDirPath()))
Dfile_manager_commands.js399 var volumeInfo = fileManager.volumeManager.getVolumeInfo(mountPath);
Dfile_manager.js1024 var driveVolume = this.volumeManager_.getVolumeInfo(entry);
1429 !this.volumeManager_.getVolumeInfo(RootDirectory.DRIVE)) {
2329 var volumeInfo = this.volumeManager_.getVolumeInfo(
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
Dvolume_manager.js571 var volumeInfo = this.getVolumeInfo(path);
589 VolumeManager.prototype.getVolumeInfo = function(target) { method in VolumeManager
606 return this.getVolumeInfo(util.extractFilePath(url));
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
Dvideo_player.js176 if (volumeManager.getVolumeInfo(selectedEntry) === event.volumeInfo)
Daudio_player.js191 if (this.volumeManager_.getVolumeInfo(this.selectedEntry_) ===
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
Dnavigation_list.js216 this.volumeManager_.getVolumeInfo(modelItem.path);
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
Dgallery.js138 if (this.volumeManager_.getVolumeInfo(this.selectedEntry_) ===