Home | History | Annotate | Download | only in resources

Lines Matching full:deletefile

1085 function deleteFile(path) {
1086 chrome.send('deleteFile', [path]);
1107 yes.onclick = partial(deleteFile, path);