Searched defs:getLabelForRootPath_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js921 labelText = this.getLabelForRootPath_(labelText);
958 FileManager.prototype.getLabelForRootPath_ = function(path) {
983 label.textContent = this.getLabelForRootPath_(entry.name);
1270 div.textContent = this.getLabelForRootPath_(pathName);
1315 previewName = this.getLabelForRootPath_(previewName);

Completed in 134 milliseconds