Home | History | Annotate | Download | only in settings

Lines Matching refs:folderName

502         var folderName = fileSystemPath.substr(lastIndexOfSlash + 1);
504 folderPath = folderPath.trimMiddle(maxTotalPathLength - Math.min(maxFolderNameLength, folderName.length));
505 folderName = folderName.trimMiddle(maxFolderNameLength);
511 nameElement.textContent = folderName;