Home | History | Annotate | Download | only in proxy

Lines Matching refs:ProxyBypassRules

16 // ProxyBypassRules describes the set of URLs that should bypass the proxy
19 class ProxyBypassRules {
46 ProxyBypassRules();
47 ProxyBypassRules(const ProxyBypassRules& rhs);
48 ~ProxyBypassRules();
49 ProxyBypassRules& operator=(const ProxyBypassRules& rhs);
61 bool Equals(const ProxyBypassRules& other) const;
164 void AssignFrom(const ProxyBypassRules& other);