Searched refs:removeEntry (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/
H A DipcLockModule.cpp170 PRBool removeEntry = PR_FALSE; local
194 removeEntry = PR_TRUE;
213 return removeEntry;
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dbuildblacklist.py205 def removeEntry(self, uidAuthor, idBlacklisting, fCascade = False, fCommit = False): member in class:BuildBlacklistLogic
246 Re-adds the BuildBlacklist entry. Used by editEntry and removeEntry.
H A Duseraccount.py167 def removeEntry(self, uidAuthor, uid, fCascade = False, fCommit = False): member in class:UserAccountLogic
H A Dbuild.py207 def removeEntry(self, uidAuthor, idBuildCategory, fCascade = False, fCommit = False): member in class:BuildCategoryLogic
593 def removeEntry(self, uidAuthor, idBuild, fCascade = False, fCommit = False): member in class:BuildLogic
H A Dbuildsource.py287 def removeEntry(self, uidAuthor, idBuildSrc, fCascade = False, fCommit = False): member in class:BuildSourceLogic
H A Dtestbox.py860 def removeEntry(self, uidAuthor, idTestBox, fCascade = False, fCommit=False): member in class:TestBoxLogic
H A Dschedgroup.py565 def removeEntry(self, uidAuthor, idSchedGroup, fCascade = False, fCommit = False): member in class:SchedGroupLogic
866 Re-adds the SchedGroups entry. Used by editEntry and removeEntry.
H A Dtestgroup.py507 def removeEntry(self, uidAuthor, idTestGroup, fCascade = False, fCommit = False): member in class:TestGroupLogic
H A Dtestcase.py1310 def removeEntry(self, uidAuthor, idTestCase, fCascade = False, fCommit = False): member in class:TestCaseLogic
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadmin.py544 Delete entry (using oLogicType.removeEntry).
561 return oLogicType(self._oDb).removeEntry(self._oCurUser.uid, idEntry, fCascade = fCascade, fCommit = True);

Completed in 75 milliseconds