Searched refs:GetAllowDelete (Results 1 – 8 of 8) sorted by relevance
36 obj.GetAllowDelete()
103 bool GetAllowDelete();
51 s->Printf("delete: %s", GetAllowDelete() ? "allowed" : "disallowed"); in GetDescription()
90 bool GetAllowDelete() const { return GetPermission(deletePerm); } in GetAllowDelete() function
576 return GetPermissions().GetAllowDelete(); in AllowDelete()
626 bool SBBreakpointName::GetAllowDelete() { in GetAllowDelete() function in SBBreakpointName632 return bp_name->GetPermissions().GetAllowDelete(); in GetAllowDelete()
311 self.assertEqual(bp_name.GetAllowDelete(), False, "Didn't set allow delete.")