Home | History | Annotate | Download | only in proxy

Lines Matching refs:config

110   // Indicates an invalid proxy config.
114 ProxyConfig(const ProxyConfig& config);
116 ProxyConfig& operator=(const ProxyConfig& config);
123 // Returns true if the given config is equivalent to this config.
126 // Returns true if this config contains any "automatic" settings. See the
171 ProxyConfig config;
172 config.set_auto_detect(true);
173 return config;
177 ProxyConfig config;
178 config.set_pac_url(pac_url);
179 return config;
186 // If non-empty, indicates the URL of the proxy auto-config file to use.