Home
last modified time | relevance | path

Searched refs:setExceptions (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dcontent_settings_exception_area_browsertest.js55 /** @const */ var setExceptions = ContentSettings.setExceptions;
73 ContentSettings.setExceptions = setExceptions;
80 ContentSettings.setExceptions = function() { function
81 setExceptions.apply(ContentSettings, arguments);
/external/chromium_org/chrome/browser/resources/options/
Dcontent_settings.js212 ContentSettings.setExceptions = function(type, exceptions) { function in ContentSettings
213 this.getExceptionsList(type, 'normal').setExceptions(exceptions);
229 exceptionsList.setExceptions(otrExceptions);
Dcontent_settings_exceptions_area.js515 setExceptions: function(entries) { method in ExceptionsList
/external/javassist/src/main/javassist/bytecode/
DExceptionsAttribute.java150 public void setExceptions(String[] elist) { in setExceptions() method in ExceptionsAttribute
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java1188 ea.setExceptions(list); in setThrows()
1323 ea.setExceptions(list); in makeWriteReplace()
/external/javassist/src/main/javassist/
DCtBehavior.java358 ea.setExceptions(names); in setExceptionTypes()