Home
last modified time | relevance | path

Searched refs:getCurrentRootPath (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dfile_transfer_controller.js157 this.directoryModel_.getCurrentRootPath());
335 sourceRoot: this.directoryModel_.getCurrentRootPath()
802 return PathUtil.isDriveBasedPath(this.directoryModel_.getCurrentRootPath());
Ddirectory_model.js170 DirectoryModel.prototype.getCurrentRootPath = function() { method in DirectoryModel
180 var rootPath = this.getCurrentRootPath();
203 return this.isPathReadOnly(this.getCurrentRootPath());
Ddrive_banners.js347 util.makeFilesystemUrl(this.directoryModel_.getCurrentRootPath()),
Dfile_manager.js1886 if (event.mountPath == this.directoryModel_.getCurrentRootPath()) {