Searched refs:canDelete (Results 1 – 4 of 4) 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()
94 assertTrue(property_mirror.canDelete());199 assertFalse(math_mirror.property("E").canDelete());
539 private boolean canDelete() { in canDelete() method in TransliteratorInputMethod646 return canDelete(); // this too? in handlePressed()
1487 PropertyMirror.prototype.canDelete = function() { method in PropertyMirror