Searched refs:setExceptions (Results 1 – 6 of 6) sorted by relevance
55 /** @const */ var setExceptions = ContentSettings.setExceptions;73 ContentSettings.setExceptions = setExceptions;80 ContentSettings.setExceptions = function() { function81 setExceptions.apply(ContentSettings, arguments);
212 ContentSettings.setExceptions = function(type, exceptions) { function in ContentSettings213 this.getExceptionsList(type, 'normal').setExceptions(exceptions);229 exceptionsList.setExceptions(otrExceptions);
515 setExceptions: function(entries) { method in ExceptionsList
150 public void setExceptions(String[] elist) { in setExceptions() method in ExceptionsAttribute
1188 ea.setExceptions(list); in setThrows()1323 ea.setExceptions(list); in makeWriteReplace()
358 ea.setExceptions(names); in setExceptionTypes()