Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/resources/options/chromeos/
Dproxy_rules_list.js42 return new ProxyExceptionsItem(exception);
105 function ProxyExceptionsItem(exception) { class
108 ProxyExceptionsItem.decorate(el);
116 ProxyExceptionsItem.decorate = function(el) {
117 el.__proto__ = ProxyExceptionsItem.prototype;
121 ProxyExceptionsItem.prototype = { class