Searched refs:canDelete (Results 1 – 3 of 3) sorted by relevance
479 private final boolean canDelete; field in FilesTest.UnmovableFile481 public UnmovableFile(File file, boolean canRename, boolean canDelete) { in UnmovableFile() argument484 this.canDelete = canDelete; in UnmovableFile()494 return canDelete && super.delete(); in delete()
541 private boolean canDelete() { in canDelete() method in TransliteratorInputMethod648 return canDelete(); // this too? in handlePressed()
1410 PropertyMirror.prototype.canDelete = function() { method in PropertyMirror