Home | History | Annotate | Download | only in resources

Lines Matching full:currentpath

979   var currentPath = currentSavedPath;
980 if (currentPath == 'roots') {
983 currentPath += '/';
984 currentPath += filename;
985 chrome.send('validateSavePath', [currentPath]);
1034 var currentPath = currentSavedPath;
1041 currentPath += '/';
1042 currentPath += filename;
1043 var existingfolder = $(currentPath);
1046 var testfilepath = currentPath;
1050 currentPath = testfilepath;
1066 parent.onclick = getFunctionForItem(currentPath, listitem.id, true);
1082 chrome.send('createNewFolder', [currentPath]);
1665 var currentPath = currentSavedPath;
1711 var currentPath = currentSavedPath;
1712 if (currentPath != 'roots') {