Home | History | Annotate | Download | only in proxy

Lines Matching defs:config

148   // Indicates an invalid proxy config.
152 ProxyConfig(const ProxyConfig& config);
154 ProxyConfig& operator=(const ProxyConfig& config);
161 // Returns true if the given config is equivalent to this config. The
165 // Returns true if this config contains any "automatic" settings. See the
226 ProxyConfig config;
227 config.set_auto_detect(true);
228 return config;
232 ProxyConfig config;
233 config.set_pac_url(pac_url);
235 config.set_pac_mandatory(false);
236 return config;
243 // If non-empty, indicates the URL of the proxy auto-config file to use.